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
This commit is contained in:
Christian Wittmer 2022-01-15 18:09:47 +00:00 committed by Git OBS Bridge
parent 83d4ae3c9d
commit d983a6e87d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 24 07:56:20 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- 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 <jsegitz@suse.com> Wed Sep 1 12:27:43 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=A Perl Client Used To Update Dynamic DNS 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] [Service]
# added automatically, for details please see # added automatically, for details please see