From 0fdb0bae6cf9f85d03c67563571fb23449b86e90 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Tue, 24 Mar 2026 18:26:01 +0100 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b15060b --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file