# 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:** ```bash $ pip install void-service-control ``` --- or by downloading the pre-built binary from the **[releases](https://git.orudo.ru/trueold89/void-service-control/releases)** page *** ### Usage: **Enbale service:** ```bash $ vsc e ``` **Disable service:** ```bash $ vsc d ``` **Print help** ```bash $ vsc --help ``` *All commands require root privileges* *** ## Example: ![](.ex.png)