runit is a cross-platform Unix init scheme with service supervision, fashioned after daemontools. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.
runit is a cross-platform Unix init scheme with service supervision, fashioned after daemontools. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.
To install runit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install runit
To see what files were installed by runit, run:
port contents runit
To later upgrade runit, run:
sudo port selfupdate && sudo port upgrade runit
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.