From b37a8851e773e9c6b34f25bbd3c055adb62fe102 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 13 Mar 2018 05:09:34 +0100 Subject: [PATCH] Updated README --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce53810..152aece 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# service-generator -A convenient little tool to create systemd Unit files +# service-tools + +A growing collection of convenient little tools to work with systemd services + +## Overview + +### service-generator + +A tool to generate systemd Unit files (newthing.service) + +To generate a new service file non-interactively simply call: + +``` +$ service-generator /path/to/executable "Some description" +``` + +If you prefer a terminal UI, you can launch it with just an executable or no +arguments at all: + +``` +$ service-generator /path/to/executable +``` + +See `--help` for all commands and options.