Original author(s) | Gerrit Pape |
---|---|
Initial release | February 10, 2004[1] |
Stable release | 2.2.0
/ September 29, 2024[2] |
Written in | C, Shell |
Operating system | Linux, FreeBSD, OpenBSD, NetBSD, macOS, Solaris |
Type | Init daemon |
License | New BSD License |
Website | smarden |
runit is an init and service management scheme for Unix-like operating systems that initializes, supervises, and ends processes throughout the operating system. Runit is a reimplementation of the daemontools[3] process supervision toolkit that runs on many Linux-based operating systems, as well as BSD, and Solaris operating systems. Runit features parallelization of the start up of system services, which can speed up the boot time of the operating system.[4]
When running as an init daemon, Runit is the direct or indirect ancestor of all other processes. It is the first process started during booting, and continues running until the system is shut down. It is often used with other init systems as a separate service manager. In the service manager role, it can be used by unprivileged users to orchestrate personal services, as well as by root to manage services not otherwise managed by the init system currently in use.