Merge pull request #533 from nl6720/systemd-unit-network-online-and-nss-lookup
This commit is contained in:
commit
92604ab78d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Dynamic DNS Update Client
|
Description=Dynamic DNS Update Client
|
||||||
After=network.target network-online.target
|
Wants=network-online.target
|
||||||
|
After=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in a new issue