Updated README

This commit is contained in:
Christian Muehlhaeuser 2018-03-13 05:09:34 +01:00
parent 6eea071460
commit b37a8851e7
No known key found for this signature in database
GPG Key ID: BA4CF857DD4117E9
1 changed files with 24 additions and 2 deletions

View File

@ -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.