mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
286 B
Plaintext
5 lines
286 B
Plaintext
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.
|