update-service
daemontools service supervision
Install
- All systems
-
curl cmd.cat/update-service.sh
- Debian
-
apt-get install daemontools-run
- Ubuntu
-
apt-get install daemontools-run
- Kali Linux
-
apt-get install daemontools-run
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install daemontools-run
- Raspbian
-
apt-get install daemontools-run
- Dockerfile
- dockerfile.run/update-service
daemontools-run
daemontools service supervision
Starts svscanboot from inittab, and provides the directory /etc/service/ for services to be supervised by daemontools.
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.