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