mirror of
https://github.com/muesli/service-tools.git
synced 2025-04-29 13:49:02 +08:00
Updated README
This commit is contained in:
parent
6eea071460
commit
b37a8851e7
26
README.md
26
README.md
@ -1,2 +1,24 @@
|
|||||||
# service-generator
|
# service-tools
|
||||||
A convenient little tool to create systemd Unit files
|
|
||||||
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user