diff --git a/sample-etc_systemd.service b/sample-etc_systemd.service index 7ef0675..9e8cf14 100644 --- a/sample-etc_systemd.service +++ b/sample-etc_systemd.service @@ -6,6 +6,7 @@ After=network-online.target nss-lookup.target [Service] Type=exec ExecStart=/usr/bin/ddclient --daemon 5m --foreground +Restart=on-failure [Install] WantedBy=multi-user.target