@@ -4,7 +4,7 @@ This repository contains the runit init scripts for the Artix Linux
4
4
distribution.
5
5
6
6
This 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
8
8
Linux's repo will also be applied here.
9
9
10
10
## Dependencies
@@ -14,34 +14,36 @@ Linux's repo will also be applied here.
14
14
- A POSIX awk
15
15
- procps-ng (needs pkill -s0,1)
16
16
- runit
17
+ - opentmpfiles
18
+ - opensysusers
17
19
18
20
### How to use it
19
21
20
22
To see enabled services for "current" runlevel:
21
23
22
- $ ls -l /var /service
24
+ $ ls -l /run/runit /service
23
25
24
26
To see available runlevels (default and single, which just runs sulogin):
25
27
26
28
$ ls -l /etc/runit/runsvdir
27
29
28
30
To enable and start a service into the "current" runlevel:
29
31
30
- # ln -s /etc/runit/sv/<service> /var /service
32
+ # ln -s /etc/runit/sv/<service> /run/runit /service
31
33
32
34
To disable and remove a service:
33
35
34
- # rm -f /var /service/<service>
36
+ # rm -f /run/runit /service/<service>
35
37
36
38
To view status of all services for "current" runlevel:
37
39
38
- # sv status /var /service/*
40
+ # sv status /run/runit /service/*
39
41
40
42
Feel free to send patches and contribute with improvements!
41
43
42
44
## Copyright
43
45
44
- runit-cromnix is in the public domain.
46
+ runit-artix is in the public domain.
45
47
46
48
To the extent possible under law, the creator of this work has waived
47
49
all copyright and related or neighboring rights to this work.
0 commit comments