138
User
Recs.
Recs.
36
Updates
Last
Updated
Updated
Activity
11 Options
runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit, and other init schemes. It runs on GNU/Linux, *BSD, MacOSX, Solaris, and can easily be adapted to other Unix operating systems.
SpecsUpdate
Pros
Pro Small and Unix-like
One of the runit project's principles is to keep the code size small. As of version 1.0.0 of runit, the runit.c source contains 330 lines of code; the runsvdir.c source is 274 lines of code, the runsv.c source 509. This minimizes the possibility of bugs introduced by programmer's fault, and makes it more easy for security related people to proofread the source code.
The runit core programs have a very small memory footprint and do not allocate memory dynamically.
Pro Supported by several Linux plumbers
Myself included. Development is no longer stalled.
Know any positive aspects of this option?
Cons
Know any negative aspects of this option?
Recommendations
runit
Recommended 6 years ago
I'm the current maintainer (yes, the con of it not being supported is not QUITE truth), so I'll be honest and state a bit of bias there. Right now, I'm booting Yocto Embedded Linux distributions using runit thanks to meta-runit. It just simply works. It doesn't expose attack faces on your...
Pro
Small and Unix-likePro
Fast, parallel startupPro
Easy to usePro
Runs on every POSIX systemPro
Supported by several Linux plumbersrunit
Recommended 5 years ago
I use Artix Linux that uses Runit. The OS system runs snappier on my systems over the systemd init Arch Linux I was using before. I am very happy with RUNIT.
Pro
Small and Unix-likePro
Fast, parallel startupPro
Easy to usePro
Runs on every POSIX systemPro
Supported by several Linux plumbersrunit
Recommended a year ago
One of my favorite distributions, a light, efficient, non commercial distribution called antiX has been using runit as an additional choice for several years and has improved their "runit service manager" considerably since they first started using it. I used it even without the improved service m...