daemon.DaemonContext

Rebelo puntabluda at gmail.com
Thu Apr 8 08:28:29 EDT 2010


when i use this :
 context = daemon.DaemonContext(stdin=sys.stdin, stdout=sys.stdout,
files_preserve=[fh], signal_map = {signal.SIGTERM:
'terminate',signal.SIGHUP: 'terminate'})

i don't get error but i still can't write to log file
what am i doing wrong?



More information about the Python-list mailing list