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