Go to file
Christian Muehlhaeuser b37a8851e7
Updated README
2018-03-13 05:09:34 +01:00
service-generator Moved service-generator to its own directory 2018-03-13 04:59:51 +01:00
.gitignore Added service-generator executable to .gitignore 2018-03-13 05:00:14 +01:00
LICENSE Initial commit 2018-03-09 21:22:05 +01:00
README.md Updated README 2018-03-13 05:09:34 +01:00

README.md

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.