Skip to content

Commit 65e0733

Browse files
committed
README
1 parent d972136 commit 65e0733

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains the runit init scripts for the Artix Linux
44
distribution.
55

66
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
88
Linux'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

2022
To see enabled services for "current" runlevel:
2123

22-
$ ls -l /var/service
24+
$ ls -l /run/runit/service
2325

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

2628
$ ls -l /etc/runit/runsvdir
2729

2830
To 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

3234
To disable and remove a service:
3335

34-
# rm -f /var/service/<service>
36+
# rm -f /run/runit/service/<service>
3537

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

38-
# sv status /var/service/*
40+
# sv status /run/runit/service/*
3941

4042
Feel 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

4648
To the extent possible under law, the creator of this work has waived
4749
all copyright and related or neighboring rights to this work.

0 commit comments

Comments
 (0)