diff --git a/ddclient.changes b/ddclient.changes index 3205e55..631b6f1 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 24 07:56:20 UTC 2021 - Antonio Larrosa + +- Modify the systemd service file so ddclient is run After + network-online.target instead of just network.target, since + running ddclient without being online is pointless. +- Added a Wants statement for the same systemd targets as in After + ------------------------------------------------------------------- Wed Sep 1 12:27:43 UTC 2021 - Johannes Segitz diff --git a/ddclient.service b/ddclient.service index 28b5f16..ef83905 100644 --- a/ddclient.service +++ b/ddclient.service @@ -1,6 +1,7 @@ [Unit] Description=A Perl Client Used To Update Dynamic DNS -After=network.target nss-lookup.target +After=network-online.target nss-lookup.target +Wants=network-online.target nss-lookup.target [Service] # added automatically, for details please see