void-service-control/README.md

30 lines
329 B
Markdown
Raw Normal View History

2023-08-28 08:26:11 +00:00
# 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:
![](.ex.png)