https://github.com/py7hon/poi-runit
Supplemental files for runit in Poi Linux
https://github.com/py7hon/poi-runit
Last synced: 11 months ago
JSON representation
Supplemental files for runit in Poi Linux
- Host: GitHub
- URL: https://github.com/py7hon/poi-runit
- Owner: py7hon
- License: bsd-2-clause
- Created: 2020-08-03T02:02:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:48:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T23:35:51.796Z (about 1 year ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## Supplemental files for runit Poi Linux
These files are supplements for runit implementation in Poi Linux(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/ /run/runit/service
To disable and remove a service:
# rm -f /run/runit/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 and runit-artix, which is licensed under CC0-1.0
The rest of poi-runit is licensed under the terms as described in the
COPYING file.