This commit is contained in:
parent
b27703708e
commit
500efc0da8
2 changed files with 3 additions and 2 deletions
1
build/debian/fermentord.dirs
Normal file
1
build/debian/fermentord.dirs
Normal file
|
@ -0,0 +1 @@
|
|||
var/lib/fermentord
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue