Daemonize Python

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

Python Daemonize source

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; although, some UNIX variants have system calls specifically for creating a daemon process.

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