Part of twisted.scripts View Source
| Class | ServerOptions | No class docstring; 1/2 methods documented | 
| Function | checkPID | Undocumented | 
| Class | UnixAppLogger | A logger able to log to syslog, to files, and to stdout. | 
| Function | daemonize | Daemonizes the application on Unix. This is done by the usual double forking approach. | 
| Function | launchWithName | Undocumented | 
| Class | UnixApplicationRunner | An ApplicationRunner which does Unix-specific things, like fork, shed privileges, and maintain a PID file. | 
| Function | _umask | Undocumented | 
| Parameters | reactor | The reactor in use.  If it provides IReactorDaemonize,
its daemonization-related callbacks will be invoked. | 
| os | An object like the os module to use to perform the daemonization. | |
| See Also | http://code.activestate.com/recipes/278731/ | |
| W. Richard Stevens, "Advanced Programming in the Unix Environment", 1992, Addison-Wesley, ISBN 0-201-56317-7 | ||