From 9d011de1c48f31b6f769f69f1c0266f3095d0a90 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 3 Apr 2017 18:58:16 +0200 Subject: [PATCH] Update lstu.service --- conf/lstu.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/lstu.service b/conf/lstu.service index 66f2026..8fb354c 100644 --- a/conf/lstu.service +++ b/conf/lstu.service @@ -8,8 +8,8 @@ After=network.target Type=forking User=www-data RemainAfterExit=yes -WorkingDirectory=/var/www/lstu -PIDFile=/var/www/lstu/script/hypnotoad.pid +WorkingDirectory=__FINALPATH__ +PIDFile=__FINALPATH__script/hypnotoad.pid ExecStart=/usr/bin/carton exec hypnotoad script/lstu ExecStop=/usr/bin/carton exec hypnotoad -s script/lstu ExecReload=/usr/bin/carton exec hypnotoad script/lstu