runit

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 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.

runit
Original author(s)Gerrit Pape
Initial releaseFebruary 10, 2004 (2004-02-10)
Stable release
2.1.2 / August 10, 2014 (2014-08-10)
Written inC, Shell
Operating systemLinux, FreeBSD, OpenBSD, NetBSD, macOS, Solaris
TypeInit daemon
LicenseNew BSD License
Websitesmarden.org/runit/ 

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.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.