Daemon process control library and tools for Unix-based systems
zdaemon is a Python package which provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications.
zdaemon is a Python package which provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications.
To install py27-zdaemon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-zdaemon
To see what files were installed by py27-zdaemon, run:
port contents py27-zdaemon
To later upgrade py27-zdaemon, run:
sudo port selfupdate && sudo port upgrade py27-zdaemon
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.