Commit 261547b4 authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #1823 from klingtnet/systemd-restart-limit-fix

Fix restart restart behaviour of the systemd service
parents 20fbc730 53ae9b85
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment