On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <roeg...@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 -- https://mail.python.org/mailman/listinfo/python-list