void-service-control/README.md

44 lines
586 B
Markdown

# 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 <service_name>
```
**Disable service:**
```bash
$ vsc d <service_name>
```
**Print help**
```bash
$ vsc --help
```
*All commands require root privileges*
***
## Example:
![](.ex.png)