diff --git a/dist/init/linux-systemd/caddy.service b/dist/init/linux-systemd/caddy.service index 72c610f4..dc560b8b 100644 --- a/dist/init/linux-systemd/caddy.service +++ b/dist/init/linux-systemd/caddy.service @@ -5,9 +5,7 @@ After=network-online.target Wants=network-online.target systemd-networkd-wait-online.service [Service] -Restart=on-failure -StartLimitInterval=86400 -StartLimitBurst=5 +Restart=on-abnormal ; User and group the process will run as. User=www-data