A simple script that will allow you to manage runit services in Void Linux
https://git.orudo.ru/trueold89/void-service-control
trueold89 b59d35c146 | ||
---|---|---|
VoidServiceControl | ||
.ex.png | ||
.gitignore | ||
README.md |
README.md
Void Service Control (VSC)
A simple script that will allow you to manage runit services in Void Linux
Install:
You can install vsc using pip:
$ pip install void-service-control
or by downloading the pre-built binary from the releases page
Usage:
Enbale service:
$ vsc e <service_name>
Disable service:
$ vsc d <service_name>
Print help
$ vsc --help
All commands require root privileges