Add README.md

This commit is contained in:
trueold89 2023-08-28 11:26:11 +03:00
parent 91c541711e
commit 9ea77fe7d2
Signed by: trueold89
GPG Key ID: C122E85DD49E6B30
2 changed files with 29 additions and 0 deletions

BIN
.ex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# 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)