- Notifications
You must be signed in to change notification settings - Fork67
runit init scripts for Void
void-linux/void-runit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the runit init scripts for the Void Linux distribution.
This is loosely based onhttps://github.com/chneukirchen/ignite but with thedifference that I'm trying to avoid the bash dependency.
- A POSIX shell
- A POSIX awk
- procps-ng (needs pkill -s0,1)
- runit
runit is used by default in the Void distribution.
To see enabled services for "current" runlevel:
$ ls -l /var/service/To see available runlevels (default and single, which just runs sulogin):
$ ls -l /etc/runit/runsvdirTo enable and start a service into the "current" runlevel:
# ln -s /etc/sv/<service> /var/serviceTo disable and remove a service:
# rm -f /var/service/<service>To view status of all services for "current" runlevel:
# sv status /var/service/*Feel free to send patches and contribute with improvements!
void-runit is in the public domain.
To the extent possible under law, the creator of this work has waivedall copyright and related or neighboring rights to this work.
About
runit init scripts for Void
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.