Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64319

Re: python-daemon for Python v3

References <0fdbd07c-d792-4230-bc4c-f683110d87c4@googlegroups.com>
Date 2014-01-19 12:30 -0700
Subject Re: python-daemon for Python v3
From Larry Martell <larry.martell@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5722.1390159828.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <roegltd@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 02:30 -0800
  Re: python-daemon for Python v3 Ben Finney <ben+python@benfinney.id.au> - 2014-01-19 21:41 +1100
    Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 05:21 -0800
  Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 12:30 -0700
    Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 20:57 -0800
      Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 23:19 -0700
        Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 22:21 -0800

csiph-web