b36c6f0ed2
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.
4 lines
286 B
Text
4 lines
286 B
Text
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.
|