joborun configuration of runit
Go to file
joborun linux f2b712b28c update source 2023-10-01 15:05:14 +03:00
man upload 2023-09-27 20:00:44 +03:00
misc upload 2023-09-27 20:00:44 +03:00
script update source 2023-10-01 15:05:14 +03:00
src upload 2023-09-27 20:00:44 +03:00
sv upload 2023-09-27 20:00:44 +03:00
COPYING update source 2023-10-01 15:05:14 +03:00
LICENSE update source 2023-10-01 15:05:14 +03:00
Makefile upload 2023-09-27 20:00:44 +03:00
README.md upload 2023-09-27 20:00:44 +03:00

README.md

Supplemental files for runit in joborun

These files are supplements for runit implementation in joborun Linux.

Dependencies

How to use it

To see enabled services for "current" runlevel:

$ ls -l /run/runit/service

To see available runlevels (default and single, which just runs sulogin):

$ ls -l /etc/runit/runsvdir

To enable and start a service into the "current" runlevel:

# ln -s /etc/runit/sv/<service> /run/runit/service

To disable and remove a service:

# rm -f /run/runit/service/<service>

To view status of all services for "current" runlevel:

# sv status /run/runit/service/*

Feel free to send patches and contribute with improvements!

Some codes are based on void-runit, which is licensed under CC0-1.0

The rest of runit-joborun is licensed under the terms as described in the COPYING file.