a UNIX init scheme with service supervision https://smarden.org/runit/
  • C 85.2%
  • Makefile 7.3%
  • Shell 7.1%
  • HTML 0.4%
Find a file
2026-05-10 11:23:07 +02:00
.github .github/README.md, COPYING: new 2026-04-26 13:19:19 +02:00
doc Merge branch 'topic/revise-documentation-install-replace' into next 2026-04-12 11:31:23 +02:00
etc doc, etc: replaceinit: revise section "Replacing sysvinit on GNU/Linux" 2026-04-04 09:17:11 +02:00
man Merge branch 'topic/chpst-add-options-F-and-I' into next 2026-04-04 11:35:15 +02:00
md Merge branch 'topic/revise-documentation-install-replace' into next 2026-04-12 11:31:23 +02:00
package src: sv status: confusing output if log/supervise/ cannot be accessed 2026-05-02 09:59:45 +02:00
src src: sv status: confusing output if log/supervise/ cannot be accessed 2026-05-02 09:59:45 +02:00
.gitattributes Remove utmpset program 2025-12-20 17:13:27 +01:00
COPYING .github/README.md, COPYING: new 2026-04-26 13:19:19 +02:00
Makefile Makefile: remove ancient cruft 2026-04-12 11:23:43 +02:00

runit - a UNIX init scheme with service supervision

The release is available through https://smarden.org/runit/.

To build an experimental version from git, do

git clone -b next https://github.com/g-pape/runit
cd runit
package/compile
package/check

To install the experimental programs, as root do

install -m0755 command/* /bin/
mv /bin/runit* /sbin/