[Twisted-Python] Daemonize
Dan
twisted at opti.cgi.net
Mon Mar 7 16:58:02 MST 2005
There are lots of nice examples in the Twisted documentation on how to
write a server but I can't seem to find anywhere that making it daemonize
is mentioned. All the examples hold onto the terminal after reactor.run()
is called. If I want a Twisted server to return the terminal and run as a
daemon how would I accomplish that aside from starting it with nohup?
Thanks!
Dan
More information about the Twisted-Python
mailing list