void-service-control/README.md

44 lines
586 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
2024-01-06 11:39:37 +00:00
### 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
***
2023-08-28 08:26:11 +00:00
### Usage:
**Enbale service:**
2024-01-06 11:39:37 +00:00
```bash
$ vsc e <service_name>
2023-08-28 08:26:11 +00:00
```
**Disable service:**
2024-01-06 11:39:37 +00:00
```bash
$ vsc d <service_name>
2023-08-28 08:26:11 +00:00
```
**Print help**
2024-01-06 11:39:37 +00:00
```bash
$ vsc --help
2023-08-28 08:26:11 +00:00
```
*All commands require root privileges*
2024-01-06 11:39:37 +00:00
***
2023-08-28 08:26:11 +00:00
## Example:
![](.ex.png)