python-daemon for Python v3

Larry Martell larry.martell at gmail.com
Sun Jan 19 14:30:21 EST 2014


On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <roegltd at gmail.com> wrote:
> Hi Community
>
> Is there ported to Python v3 python-daemon package?
>
> https://pypi.python.org/pypi/python-daemon/
>
> i am afraid it is not as simple as correction of relative path input
> feature and except clauses in mentioned package.

I use this technique for demonizing:

http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/

And has been ported to 3:

http://www.jejik.com/files/examples/daemon3x.py



More information about the Python-list mailing list