From d983a6e87d2f7a4e6f98f94310f611a0b017bca0fb5aa87a6701e835f5818109 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sat, 15 Jan 2022 18:09:47 +0000 Subject: [PATCH] Accepting request 942312 from home:alarrosa:branches:network - 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 OBS-URL: https://build.opensuse.org/request/show/942312 OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=61 --- ddclient.changes | 8 ++++++++ ddclient.service | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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