Module t.s._twistd_unix

Part of twisted.scripts View Source

No module docstring
Class ServerOptions No class docstring; 2/2 methods documented
Function checkPID Undocumented
Function removePID Undocumented
Function startLogging Undocumented
Function daemonize Undocumented
Function shedPrivileges Undocumented
Function launchWithName Undocumented
Function setupEnvironment Undocumented
Function startApplication Undocumented
Class UnixApplicationRunner An ApplicationRunner which does Unix-specific things, like fork,
def checkPID(pidfile): (source)
Undocumented
def removePID(pidfile): (source)
Undocumented
def startLogging(logfilename, sysLog, prefix, nodaemon): (source)
Undocumented
def daemonize(): (source)
Undocumented
def shedPrivileges(euid, uid, gid): (source)
Undocumented
def launchWithName(name): (source)
Undocumented
def setupEnvironment(config): (source)
Undocumented
def startApplication(config, application): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.