Daemonize Python

From Noah.org
Revision as of 12:55, 7 December 2007 by Root (talk | contribs)
Jump to navigationJump to search

This short module shows the correct way to create a UNIX daemon process in Python. Creating a proper UNIX daemon is not as trivial as it sounds.

daemonize.py <include svncat src="file:///home/svn/src/python/daemonize.py" highlight="python" />