Télécharger la liste

Description du projet

daemonizer is a tool that starts a process while
detaching it from the terminal. It makes the given
process an orphan, closes all files descriptors,
and reopens standard input and output to a log
file. This allows you to run any program as a daemon.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-04-20 23:20
0.9.3

Cette version ajoute une option -p/--pid ligne de commande pour spécifier où écrire le PID du démon.
Tags: Minor feature enhancements
This release adds a -p/--pid command line option to specify where to write the PID of the daemon.

2008-04-20 17:14
0.9.2

Les variables d'environnement sont désormais autorisé, en toute sécurité avant d'exécuter le démon (- keep-environnement peut être utilisé pour remplacer le comportement par défaut). Un bogue qui provoquait le démon doit être exécuté avant d'être adopté par init a été fixée.
Tags: Minor bugfixes
The environment variables are now safely cleared before executing the deamon (--keep-environment can be used to override the default behavior). A bug that caused the daemon to be executed before being adopted by init was fixed.

2008-04-20 09:19
0.9.0

Tags: Initial freshmeat announcement

Project Resources