From 57d1b1a2921742bb2edc0cbdb34b0537541ce18c Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 1 Apr 2017 20:10:21 +0200 Subject: [PATCH] Update lstu.service --- conf/lstu.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/lstu.service b/conf/lstu.service index c499b49..66f2026 100644 --- a/conf/lstu.service +++ b/conf/lstu.service @@ -10,9 +10,9 @@ User=www-data RemainAfterExit=yes WorkingDirectory=/var/www/lstu PIDFile=/var/www/lstu/script/hypnotoad.pid -ExecStart=/usr/bin/carton exec hypnotoad script/lstu >> /var/log/lutim/production.log 2>&1 -ExecStop=/usr/bin/carton exec hypnotoad -s script/lstu >> /var/log/lutim/production.log 2>&1 -ExecReload=/usr/bin/carton exec hypnotoad script/lstu >> /var/log/lutim/production.log 2>&1 +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 [Install] WantedBy=multi-user.target