Home | Trees | Indices | Help |
|
---|
|
A daemonize function (for Unices) and daemon mix-in class
Classes | |
DaemonMixIn Mixin to make a daemon from watchers/queriers. |
Functions | |||
|
|||
|
|||
|
Variables | |
L_OPTIONS = ["help", "log=", "delay=", 'no-detach']
|
|
S_OPTIONS = 'hl:d:n'
|
Function Details |
daemonize a Unix process. Set paranoid umask by default. Return 1 in the original process, 2 in the first fork, and None for the second fork (eg daemon process). |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 1 23:05:02 2011 | http://epydoc.sourceforge.net |