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]
|
[Service]
|
||||||
ExecStart=/usr/bin/fermentord
|
ExecStart=/usr/bin/fermentord
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
User=fermentor
|
User=root
|
||||||
Group=fermentor
|
Group=root
|
||||||
KillMode=process
|
KillMode=process
|
||||||
TimeoutStopSec=15
|
TimeoutStopSec=15
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue