This commit is contained in:
parent
c3a436abfc
commit
7a21dde5d3
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Dynamic DNS Updater
|
Description=Dynamic DNS Updater
|
||||||
After=network.target
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
EnvironmentFile=/etc/default/dyndns
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
ExecStart=/usr/local/bin/dyndns
|
ExecStart=/usr/local/bin/dyndns
|
||||||
|
|
Loading…
Reference in a new issue