summaryrefslogtreecommitdiff
path: root/community/unbound/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/unbound/service')
-rw-r--r--community/unbound/service12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/unbound/service b/community/unbound/service
deleted file mode 100644
index c569602de..000000000
--- a/community/unbound/service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Unbound DNS Resolver
-After=network.target
-
-[Service]
-PIDFile=/run/unbound.pid
-ExecStart=/usr/bin/unbound -d
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=always
-
-[Install]
-WantedBy=multi-user.target