mirror of
https://github.com/g-pape/runit.git
synced 2026-07-27 06:24:08 +00:00
a UNIX init scheme with service supervision
https://smarden.org/runit/
- C 85.2%
- Makefile 7.2%
- Shell 7.2%
- HTML 0.4%
|
|
||
|---|---|---|
| .github | ||
| doc | ||
| etc | ||
| man | ||
| md | ||
| package | ||
| src | ||
| .gitattributes | ||
| COPYING | ||
| Makefile | ||
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/