Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt ein -p/--pid Kommandozeilen-Option, um anzugeben, wo die PID des Daemons zu schreiben.
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

Die Umgebungsvariablen sind nun sicher vor der Ausführung des deamon gelöscht (- keep-Umgebung kann verwendet werden, um das Standardverhalten überschreiben). Ein Fehler, den Dämon verursachte vor der Annahme von init ausgeführt werden, wurde behoben.
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