Dominique Leuenberger 2022-01-15 19:05:28 +00:00 committed by Git OBS Bridge
commit 29adcbea6f
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>

View File

@ -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