Updated cfddns.service to include a separate command for IP6 updates.
This commit is contained in:
parent
ed7182b665
commit
0ef29d2ba6
@ -4,7 +4,10 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/local/bin/cfddns.sh
|
ExecStart=/usr/local/bin/cfddns.sh -f /path/to/account.details -r
|
||||||
|
server.domain.tld -l /var/log/cfddns.log
|
||||||
|
ExecStart=/usr/local/bin/cfddns.sh -6 -f /path/to/account.details -r
|
||||||
|
server.domain.tld -l /var/log/cfddns.log
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user