diff --git a/examples/systemd/rest-server.service b/examples/systemd/rest-server.service index 63b7a1b..a8a00ae 100644 --- a/examples/systemd/rest-server.service +++ b/examples/systemd/rest-server.service @@ -10,7 +10,6 @@ Group=www-data ExecStart=/usr/local/bin/rest-server --path /tmp/restic Restart=always RestartSec=5 -StartLimitInterval=0 [Install] WantedBy=multi-user.target