summarylogtreecommitdiffstats
path: root/ddns-watchdog-client.service
diff options
context:
space:
mode:
authoryjun2020-10-28 11:24:40 +0800
committeryjun2020-10-28 11:24:40 +0800
commit107c2130a5f096b75981dcea2f50c9141ac9e365 (patch)
tree108efd6ea602676874abd6e6756c625b378fd4ce /ddns-watchdog-client.service
downloadaur-107c2130a5f096b75981dcea2f50c9141ac9e365.tar.gz
initial commit
Diffstat (limited to 'ddns-watchdog-client.service')
-rw-r--r--ddns-watchdog-client.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/ddns-watchdog-client.service b/ddns-watchdog-client.service
new file mode 100644
index 000000000000..b34c5d73834b
--- /dev/null
+++ b/ddns-watchdog-client.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=watchdog-ddns-client Service
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/watchdog-ddns-client -conf_path /etc/watchdog-ddns/
+Restart=on-failure
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target