A simple script that will allow you to manage runit services in Void Linux https://git.orudo.ru/trueold89/void-service-control
Go to file
trueold89 9ea77fe7d2
Add README.md
2023-08-28 11:26:11 +03:00
.ex.png Add README.md 2023-08-28 11:26:11 +03:00
README.md Add README.md 2023-08-28 11:26:11 +03:00
vsc.py Rewrite 2023-08-28 10:19:27 +03:00

README.md

Void Service Control (VSC)

A simple script that will allow you to manage runit services in Void Linux

Usage:

Enbale service:

vsc e <service_name>

Disable service:

vsc d <service_name>

Print help

vsc --help

All commands require root privileges


Example: