Add README.md

This commit is contained in:
2026-03-24 18:26:01 +01:00
parent 55e57db1a1
commit 0fdb0bae6c

18
README.md Normal file
View 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