Writing a simple linux daemon type thing...

Johannes Stiehler dysfate at gmx.de
Fri Jun 14 09:35:42 EDT 2002


I suppose you would have to redirect all output to stdout and log directly
to a specified log file. That's usually in the code for all daemonizing
processes.
The point is to completely unconnect the process from the console where it
was started.

Johannes
-- 
Johannes Stiehler	
CIS der LMU München 



More information about the Python-list mailing list