blob: 44a359ba56dbd01ca9d28bf0f5edf0f82505786d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=ddns-watchdog-client Service
After=network.target
[Service]
Type=simple
ExecStart=ddns-watchdog-client -c /etc/ddns-watchdog/
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target
|