Library to implement a well-behaved Unix daemon process.
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.
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.
To install py38-python-daemon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-python-daemon
To see what files were installed by py38-python-daemon, run:
port contents py38-python-daemon
To later upgrade py38-python-daemon, run:
sudo port selfupdate && sudo port upgrade py38-python-daemon
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.