summaryrefslogtreecommitdiff
path: root/devel/py-daemon/DESCR
blob: f3b5b411dec1614bf0a2c0c4aedc865ee8ee79cb (plain)
1
2
3
4
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.