summarylogtreecommitdiffstats
path: root/dnspod-sr.service
diff options
context:
space:
mode:
authorFelix Yan2015-07-23 20:13:54 +0800
committerFelix Yan2015-07-23 20:13:54 +0800
commit2aac9966436a4952f97755c07bc0117faf3bca7c (patch)
tree117fa462bce614f506a51bd0f206aa79ade62e0b /dnspod-sr.service
downloadaur-2aac9966436a4952f97755c07bc0117faf3bca7c.tar.gz
Initial import
Diffstat (limited to 'dnspod-sr.service')
-rw-r--r--dnspod-sr.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/dnspod-sr.service b/dnspod-sr.service
new file mode 100644
index 000000000000..a0b32d9957ea
--- /dev/null
+++ b/dnspod-sr.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=DNSPod Security Recursive DNS Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dnspod-sr /etc/dnspod-sr.conf
+
+[Install]
+WantedBy=multi-user.target
+