mk-runscript
system-wide service supervision
Install
- All systems
-
curl cmd.cat/mk-runscript.sh
- Debian
-
apt-get install runit
- Ubuntu
-
apt-get install runit
- Alpine
-
apk add runit
- Kali Linux
-
apt-get install runit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install runit
- OS X
-
brew install runit
- Raspbian
-
apt-get install runit
- Dockerfile
- dockerfile.run/mk-runscript
- Docker
-
docker run cmd.cat/mk-runscript mk-runscript
powered by Commando
runit
system-wide service supervision
runit is a collection of tools to provide system-wide service supervision and to manage services. Contrary to sysv init, it not only cares about starting and stopping services, but also supervises the service daemons while they are running. Amongst other things, it provides a reliable interface to send signals to service daemons without the need for pid-files, and a log facility with automatic log file rotation and disk space limits. runit service supervision can run under sysv init or replace the init system completely. Complete init replacement requires some manual configuration described in the supplied documentation.