mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
328580f514
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
8 lines
397 B
Text
8 lines
397 B
Text
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.
|