From c7cccaca98cf80ea55400193a24b244b9bee49fe Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Thu, 11 Jul 2019 01:31:10 -0700 Subject: [PATCH] always restart --- core/poller/init/systemd/template.unit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/init/systemd/template.unit.service b/core/poller/init/systemd/template.unit.service index a471a3ef..468669be 100644 --- a/core/poller/init/systemd/template.unit.service +++ b/core/poller/init/systemd/template.unit.service @@ -9,7 +9,7 @@ Requires=network.target ExecStart=/usr/bin/{{BINARY}} $DAEMON_OPTS EnvironmentFile=-/etc/default/{{BINARY}} EnvironmentFile=-/etc/sysconfig/{{BINARY}} -Restart=on-error +Restart=always StandardOutput=syslog StandardError=syslog SyslogIdentifier={{BINARY}}