From 6ef61a8674e1e8d62cc8de5b3744ff3e477454fe Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 4 May 2018 16:05:59 +0000 Subject: [PATCH] don't let it die, duh!! --- dist/etc/systemd/system/digd.js.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/etc/systemd/system/digd.js.service b/dist/etc/systemd/system/digd.js.service index e162836..444c41e 100644 --- a/dist/etc/systemd/system/digd.js.service +++ b/dist/etc/systemd/system/digd.js.service @@ -8,7 +8,7 @@ Wants=network-online.target systemd-networkd-wait-online.service # Restart on crash (bad signal), but not on 'clean' failure (error exit code) # Allow up to 3 restarts within 10 seconds # (it's unlikely that a user or properly-running script will do this) -Restart=on-abnormal +Restart=always StartLimitInterval=10 StartLimitBurst=3