Fix executable path in package
This commit is contained in:
parent
7444bdec53
commit
2a8dfe9bd9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ConditionPathExists=!/etc/fermentord_not_to_be_run
|
||||||
ConditionPathExists=/etc/fermentord.toml
|
ConditionPathExists=/etc/fermentord.toml
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/fermentord
|
ExecStart=/usr/bin/fermentord
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
User=fermentor
|
User=fermentor
|
||||||
Group=fermentor
|
Group=fermentor
|
||||||
|
|
Loading…
Reference in a new issue