diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/dnsmasq/files/dnsmasq.service')
| -rw-r--r-- | meta-oe/recipes-connectivity/dnsmasq/files/dnsmasq.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-connectivity/dnsmasq/files/dnsmasq.service b/meta-oe/recipes-connectivity/dnsmasq/files/dnsmasq.service deleted file mode 100644 index 549e15e2b2..0000000000 --- a/meta-oe/recipes-connectivity/dnsmasq/files/dnsmasq.service +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=DNS forwarder and DHCP server | ||
| 3 | After=network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=forking | ||
| 7 | PIDFile=/run/dnsmasq.pid | ||
| 8 | ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid | ||
| 9 | ExecReload=/bin/kill -HUP $(/bin/cat /run/dnsmasq.pid) | ||
| 10 | |||
| 11 | [Install] | ||
| 12 | WantedBy=multi-user.target | ||
| 13 | |||
