pkgsrc/devel/py-daemon/DESCR

5 lines
286 B
Text
Raw Normal View History

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.