Fix executable path in package

This commit is contained in:
Søren Rasmussen 2022-07-23 19:01:15 +02:00
parent 7444bdec53
commit 2a8dfe9bd9

View file

@ -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