summarylogtreecommitdiffstats
path: root/overture.service
diff options
context:
space:
mode:
Diffstat (limited to 'overture.service')
-rw-r--r--overture.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/overture.service b/overture.service
new file mode 100644
index 000000000000..9d2bfd2bb9d8
--- /dev/null
+++ b/overture.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=A dns upstream switcher written in golang in order to purify dns records
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/overture -c /etc/overture/config.json
+Restart=always
+RestartSec=30
+
+[Install]
+WantedBy=multi-user.target