summarylogtreecommitdiffstats
path: root/overture.service
diff options
context:
space:
mode:
authorMaddie Zhan2017-02-15 17:58:42 +0800
committerMaddie Zhan2017-02-15 18:00:22 +0800
commit8007cffea3c80fb7ef2956e01f3860c8c22d3a10 (patch)
tree3e51a97a3c18e6e59829add4915f5a57cd32d7d1 /overture.service
downloadaur-8007cffea3c80fb7ef2956e01f3860c8c22d3a10.tar.gz
Version 1.2.2
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