Download List

Project Description

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.

System Requirements

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

This release adds a -p/--pid command line option to specify where to write the PID of the daemon.
Tags: Minor feature enhancements

2008-04-20 17:14
0.9.2

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.
Tags: Minor bugfixes

2008-04-20 09:19
0.9.0

Tags: Initial freshmeat announcement

Project Resources