2018-05-15 13:18:46 +00:00
2018-05-13 15:02:02 +00:00
2018-05-13 15:02:02 +00:00
2018-05-05 20:04:03 +07:00
2021-04-14 00:17:48 +07:00
2018-05-22 09:47:52 +07:00

Supplemental files for runit in Artix

These files are supplements for runit implementation in Artix 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-artix is licensed under the terms as described in the COPYING file.

Description
No description provided
Readme 299 KiB
20200803 Latest
2020-08-03 18:01:04 +02:00
Languages
Makefile 54.2%
Shell 44.1%
C 1.7%