A simple script that will allow you to manage runit services in Void Linux https://git.orudo.ru/trueold89/void-service-control
Go to file
trueold89 2280b74221
0.2
- Rewrited
- Add multi-lang support
---
Current languages:
- English
- Russian
2024-03-25 07:52:08 +03:00
VoidServiceControl 0 argument bugfix 2024-03-25 07:17:17 +03:00
.ex.jpg Update README.md 2024-03-25 07:42:56 +03:00
.gitignore Create package 2024-03-25 07:14:53 +03:00
README.md Update README.md 2024-03-25 07:42:56 +03:00
setup.py Create package 2024-03-25 07:14:53 +03:00

README.md

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:

From git.orudo.ru:

$ pip install https://git.orudo.ru/trueold89/void-service-control/releases/download/0.2/VoidServiceControl-0.2.tar.gz

or pypi

$ pip install void-service-control

Or by downloading the pre-built binary / xbps-package from the releases page


Usage:

Enbale service:

$ vsc e <service_name>

Disable service:

$ vsc d <service_name>

Print help:

$ vsc --help

All commands require root privileges

Build from sources

Clone repo:

$ git clone https://git.orudo.ru/trueold89/void-service-control.git --depth=1 && cd void-service-control

Install deps:

$ pip install setuptools

Build sdist:

$ python3 setup.py sdist

Install:

$ pip install dist/*

Last command require root privileges


Example: