summarylogtreecommitdiffstats
path: root/dyndns.service
diff options
context:
space:
mode:
Diffstat (limited to 'dyndns.service')
-rw-r--r--dyndns.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/dyndns.service b/dyndns.service
new file mode 100644
index 000000000000..3b1b2c1065bd
--- /dev/null
+++ b/dyndns.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Dyndns Service
+After=network.target
+
+[Service]
+Type=forking
+User=nobody
+EnvironmentFile=/etc/conf.d/dyndnsd
+ExecStart=/usr/bin/dyndns -D -u ${username} -p ${password} ${host}
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target