From 11ca6fb0cf0902af1cce68b7a3961ebcdc0de8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 29 May 2018 08:18:06 +0200 Subject: [PATCH] Changed restart Option of Systemd Service --- system/services/systemd/phantomjs@.service | 2 +- system/services/systemd/unoconv@.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/systemd/phantomjs@.service b/system/services/systemd/phantomjs@.service index bd4a79524..92c3bf76a 100644 --- a/system/services/systemd/phantomjs@.service +++ b/system/services/systemd/phantomjs@.service @@ -5,7 +5,7 @@ After=network.target [Service] ExecStart=/usr/bin/phantomjs /home/%i/highcharts/highcharts-convert.js -host 10.127.0.197 -port 3003 KillMode=process -Restart=on-failure on-abort +Restart=always User=%i Group=%i diff --git a/system/services/systemd/unoconv@.service b/system/services/systemd/unoconv@.service index 5c0c947c2..62ebfc520 100644 --- a/system/services/systemd/unoconv@.service +++ b/system/services/systemd/unoconv@.service @@ -5,7 +5,7 @@ After=network.target [Service] ExecStart=/usr/bin/unoconv -l KillMode=mixed -Restart=on-failure on-abort +Restart=always User=%i Group=%i