From 3b0983a08400fe49e325c3dbfb3c53550b9f00b7 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sat, 25 Apr 2020 21:10:43 +0200 Subject: [PATCH] Fix pid file path --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index a8b2a68..72a6a57 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ User=__APP__ Group=__APP__ RemainAfterExit=yes 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