You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
man | 4 years ago | |
misc | 4 years ago | |
script | 2 years ago | |
src | 4 years ago | |
sv | 10 months ago | |
COPYING | 4 years ago | |
Makefile | 1 year ago | |
README.md | 4 years ago |
README.md
Supplemental files for runit in Artix
These files are supplements for runit implementation in Artix Linux.
Dependencies
- runit
- runit-rc (https://github.com/artix-linux/runit-rc)
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!
Copyright
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.