dist: systemd service definition template

fixes #117
refs #145
This commit is contained in:
Christian Schwarz
2019-03-16 16:02:21 +01:00
parent 71d331af16
commit b0898ec8bc
3 changed files with 49 additions and 0 deletions
+7
View File
@@ -64,3 +64,10 @@ Restarting
The daemon handles SIGINT and SIGTERM for graceful shutdown.
Graceful shutdown means at worst that a job will not be rescheduled for the next interval.
The daemon exits as soon as all jobs have reported shut down.
Systemd Unit File
~~~~~~~~~~~~~~~~~
A systemd service defintion template is available in :repomasterlink:`dist/systemd`.
Note that some of the options only work on recent versions of systemd.
Any help & improvements are very welcome, see :issue:`145`.