Packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Søren Rasmussen 2022-07-24 10:01:28 +02:00
parent b27703708e
commit 500efc0da8
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
var/lib/fermentord

View file

@ -9,8 +9,8 @@ ConditionPathExists=/etc/fermentord.toml
[Service]
ExecStart=/usr/bin/fermentord
ExecReload=/bin/kill -HUP $MAINPID
User=fermentor
Group=fermentor
User=root
Group=root
KillMode=process
TimeoutStopSec=15
Restart=always