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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to