diff options
Diffstat (limited to 'systemd/dyndhcpd@.service')
-rw-r--r-- | systemd/dyndhcpd@.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/dyndhcpd@.service b/systemd/dyndhcpd@.service index 591f8b7..76eafdb 100644 --- a/systemd/dyndhcpd@.service +++ b/systemd/dyndhcpd@.service @@ -14,6 +14,9 @@ ProtectSystem=full ProtectHome=on PrivateDevices=on NoNewPrivileges=on +RestartSec=2s +Restart=on-failure +StartLimitInterval=12s [Install] WantedBy=multi-user.target |