blob: a4d55827a84f59f82c4e5e9f596013ee33eed7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Dynamic DNS Update Client
RequiresMountsFor=/run
ConditionPathExists=/run/ddclient/ddclient.conf
After=vyos-router.service
[Service]
WorkingDirectory=/run/ddclient
Type=forking
PIDFile=/run/ddclient/ddclient.pid
ExecStart=/usr/sbin/ddclient -cache /run/ddclient/ddclient.cache -pid /run/ddclient/ddclient.pid -file /run/ddclient/ddclient.conf
[Install]
WantedBy=multi-user.target
|