summaryrefslogtreecommitdiff
path: root/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service')
-rw-r--r--recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service b/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service
deleted file mode 100644
index 0c64fab..0000000
--- a/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=DNS forwarder and DHCP server
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/dnsmasq.pid
-ExecStartPre=/usr/bin/dnsmasq --test
-ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
-ExecStop=/bin/kill $MAINPID
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target
-