18 lines
601 B
Markdown
18 lines
601 B
Markdown
# 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 |