DNS update is now working
[gandi_dns_update.git] / doc / gandi_dns_update.service
diff --git a/doc/gandi_dns_update.service b/doc/gandi_dns_update.service
new file mode 100644 (file)
index 0000000..ed32e27
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=gandi_dns_update
+
+[Service]
+WorkingDirectory=/var/lib/gandi_dns_update
+ExecStart=/var/lib/gandi_dns_update
+SyslogIdentifier=gandi_dns_update
+Restart=always
+RestartSec=10
+KillSignal=SIGINT
+
+[Install]
+WantedBy=default.target
+