diff --git a/conf/systemd.service b/conf/systemd.service index f66c471..a9397f3 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Type=forking User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ -PIDFile=__FINALPATH__script/hypnotoad.pid +PIDFile=__FINALPATH__/script/hypnotoad.pid ExecStart=/usr/local/bin/carton exec hypnotoad script/lufi ExecStop=/usr/local/bin/carton exec hypnotoad -s script/lufi ExecReload=/usr/local/bin/carton exec hypnotoad script/lufi