slackbuilds/python/python2-daemon
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/python-daemon: Renamed python2-daemon. 2021-05-08 01:41:47 +07:00
python2-daemon.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python2-daemon.info python/python-daemon: Renamed python2-daemon. 2021-05-08 01:41:47 +07:00
slack-desc python/python-daemon: Renamed python2-daemon. 2021-05-08 01:41:47 +07:00

README

This library implements the well-behaved daemon specification of PEP
3143, "Standard daemon process library".

A well-behaved Unix daemon process is tricky to get right, but the
required steps are much the same for every daemon program. A
DaemonContext instance holds the behaviour and configured process
environment for the program; use the instance as a context manager to
enter a daemon state.