summaryrefslogtreecommitdiff
path: root/community-testing/pdnsd/pdnsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/pdnsd/pdnsd.service')
-rw-r--r--community-testing/pdnsd/pdnsd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community-testing/pdnsd/pdnsd.service b/community-testing/pdnsd/pdnsd.service
new file mode 100644
index 000000000..5821dbcb2
--- /dev/null
+++ b/community-testing/pdnsd/pdnsd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=proxy name server
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/pdnsd
+
+[Install]
+WantedBy=multi-user.target