Updated example service file to use network-online.target
This commit is contained in:
parent
c56ce41824
commit
c09ea35052
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Dynamic DNS Update Client
|
Description=Dynamic DNS Update Client
|
||||||
After=network.target
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in a new issue