Go to file
Christian Muehlhaeuser 0e848b9e6c Added color theme support 2018-04-02 11:01:51 +02:00
screenshots Updated screenshots and README 2018-03-27 07:24:23 +02:00
service-generator Removed redundant flags for After- and WantedBy-targets 2018-03-13 05:22:34 +01:00
service-monitor Added color theme support 2018-04-02 11:01:51 +02:00
.gitignore Initial import of service-monitor 2018-03-18 21:24:54 +01:00
LICENSE Initial commit 2018-03-09 21:22:05 +01:00
README.md Updated README 2018-03-27 07:42:22 +02: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 create /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 create

service-monitor

A monitor for systemd Units

$ service-monitor logs

logs-monitor screenshot

$ service-monitor services

service-monitor screenshot

See --help for all commands and options.