|
__init__(self,
noopts=0,
keeproot=False)
Initializer that takes care of basic daemon options. |
source code
|
|
|
openPrivilegedPort(self,
*address)
Execute under zensocket, providing the args to zensocket |
source code
|
|
|
writePidFile(self)
Write the PID file to disk |
source code
|
|
|
|
|
changeUser(self)
Switch identity to the appropriate Unix user |
source code
|
|
|
|
|
sigTerm(self,
signum=None,
frame=None)
Signal handler for the SIGTERM signal. |
source code
|
|
|
becomeWatchdog(self)
Watch the specified daemon and restart it if necessary. |
source code
|
|
|
|
|
|
Inherited from CmdBase.CmdBase :
buildParser ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
parseOptions ,
pretty_print_config_comment
|