@@ -4,7 +4,7 @@ This repository contains the runit init scripts for the Artix Linux
44distribution.
55
66This work is based on Void Linux's
7- [ runit- void] ( https://github.com/voidlinux/void-runit ) . Patches to Void
7+ [ void-runit ] ( https://github.com/voidlinux/void-runit ) . Patches to Void
88Linux's repo will also be applied here.
99
1010## Dependencies
@@ -14,34 +14,36 @@ Linux's repo will also be applied here.
1414- A POSIX awk
1515- procps-ng (needs pkill -s0,1)
1616- runit
17+ - opentmpfiles
18+ - opensysusers
1719
1820### How to use it
1921
2022To see enabled services for "current" runlevel:
2123
22- $ ls -l /var /service
24+ $ ls -l /run/runit /service
2325
2426To see available runlevels (default and single, which just runs sulogin):
2527
2628 $ ls -l /etc/runit/runsvdir
2729
2830To enable and start a service into the "current" runlevel:
2931
30- # ln -s /etc/runit/sv/<service> /var /service
32+ # ln -s /etc/runit/sv/<service> /run/runit /service
3133
3234To disable and remove a service:
3335
34- # rm -f /var /service/<service>
36+ # rm -f /run/runit /service/<service>
3537
3638To view status of all services for "current" runlevel:
3739
38- # sv status /var /service/*
40+ # sv status /run/runit /service/*
3941
4042Feel free to send patches and contribute with improvements!
4143
4244## Copyright
4345
44- runit-cromnix is in the public domain.
46+ runit-artix is in the public domain.
4547
4648To the extent possible under law, the creator of this work has waived
4749all copyright and related or neighboring rights to this work.
0 commit comments