runit

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

runit
Original author(s) Gerrit Pape
Initial release February 10, 2004; 20 years ago (2004-02-10)[1]
Stable release 2.1.2 / August 10, 2014; 9 years ago (2014-08-10)[2]
Development status Active
Written in C, Shell
Operating system Linux, BSD, Mac OS X, Solaris
Type Init daemon
License New BSD License
Website {{#property:P856}}

runit is an init scheme for Unix-like operating systems that initializes, supervises, and ends processes throughout the operating system. Runit is a "reimplementation" of the "seminal" daemontools[3] process supervision toolkit that runs on the Linux, Mac OS X, *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]

Runit is an init daemon, so it 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.

Design

Runit focuses on being a small, modular, and portable codebase. Runit is split into three stages: one time initialization, process supervision, and halting or rebooting. While the first and third stages must be adapted to the specific operating system they are running on, the second stage is portable across all POSIX compliant operating systems.[5]

Usage

Runit can be used either as a drop-in replacement[6] for sysvinit, or as a service supervisor with sysvinit as the parent PID1 process run from inittab.[7] The RubyWorks stack of software able to run Ruby on Rails incorporated Runit into its suite.[8] Runit is the default init system for Void Linux.[9]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links


<templatestyles src="Asbox/styles.css"></templatestyles>