slackbuilds_ponce/python/python-daemon
Willy Sudiarto Raharjo 2fcf9e5462 various: Update Name for Klaatu
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-25 00:58:43 +07:00
..
python-daemon.info
python-daemon.SlackBuild
README
slack-desc

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.