You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/python-daemon: Added (create pythonic daemon processes) 13 years ago
python-daemon.SlackBuild various: Update find command to match template. 12 years ago
python-daemon.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/python-daemon: Added (create pythonic daemon processes) 13 years ago

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.