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 73617c67dd
Rewrite to OOP
2024-03-25 05:20:41 +03:00
VoidServiceControl Rewrite to OOP 2024-03-25 05:20:41 +03:00
.ex.png Add README.md 2023-08-28 11:26:11 +03:00
.gitignore Init yet another rewrite 2024-03-25 02:51:48 +03:00
README.md Another rewrite 2024-01-06 16:51:49 +03:00

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


Example: