void-svtools
Basic wrappers for managing services for runit, just like systemctl enable/disable
or rc-update add
.
If you are not on Void Linux make sure to change the constants RUNSVDIR and SVDIR in sv-*/src/main.rs
files.
sv-add
: symlink a service to runsvdirsv-del
: remove a service symlink in runsvdirsv-list
: display a listing of all services. Wrapssv status
, so you may need to have the appropriate permissions.
Licensed under the MIT License.