summarylogtreecommitdiffstats
path: root/freedns-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'freedns-daemon.service')
-rw-r--r--freedns-daemon.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/freedns-daemon.service b/freedns-daemon.service
new file mode 100644
index 000000000000..75e231fdbe9f
--- /dev/null
+++ b/freedns-daemon.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Updating freedns record
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/freedns-daemon.sh
+
+[Install]
+WantedBy=multi-user.target