Daemonizing python

Diez B. Roggisch deets at nospam.web.de
Sun Sep 24 17:48:56 EDT 2006


NinjaZombie schrieb:
> Hi!
> 
> I was wondering if it is possible to turn the current python proccess into
> a unix daemon, but not doing it like this: 
> python myscript.py & 
> but from code programaticaly.

There is a good daemonization recipe on activstate:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012

Diez



More information about the Python-list mailing list