
5 Nov
2010
5 Nov
'10
3:40 p.m.
I have put together a simple twisted server using xmlrpc and process. I want to run this server as a unix daemon.
Specifically, detach from controlling terminal, and redirect stdout, stderr to a log file.
What is the easiest approach, and where to look for documentation on this?