void-service-control/README.md

586 B

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: