Add README.md
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# KillSwitch CLI
|
||||||
|
|
||||||
|
Centralized CLI tool to stop, start, and monitor multiple systemd services via a single target. Perfect for hobbyists, Raspberry Pi projects, and small server setups. Easy to install, easy to use, with a clean command-line interface and optional systemd integration.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Start, stop, and monitor multiple services from one CLI
|
||||||
|
- Optional systemd target for automated management
|
||||||
|
- Lightweight and simple to use
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Clone the repository and run the installer:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.de-roo.org/ben/killswitch-cli
|
||||||
|
cd killswitch-cli
|
||||||
|
sudo bash install.sh
|
||||||
Reference in New Issue
Block a user