diff --git a/dist/init/linux-systemd/caddy.service b/dist/init/linux-systemd/caddy.service index d9786e88..3bc368b9 100644 --- a/dist/init/linux-systemd/caddy.service +++ b/dist/init/linux-systemd/caddy.service @@ -6,6 +6,8 @@ Wants=network-online.target systemd-networkd-wait-online.service [Service] Restart=on-failure +StartLimitInterval=86400 +StartLimitBurst=5 ; User and group the process will run as. User=www-data