Daemonize Python

From Noah.org
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" />