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:
parent
83d4ae3c9d
commit
d983a6e87d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user