mirror of
https://github.com/g-pape/runit.git
synced 2026-06-03 20:14:24 +00:00
a UNIX init scheme with service supervision
https://smarden.org/runit/
- C 85.2%
- Makefile 7.3%
- Shell 7.1%
- 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/