diff options
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service index 2980f7def6..ef2f3f7e41 100644 --- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service +++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service | |||
@@ -8,7 +8,7 @@ PIDFile=/run/dnsmasq.pid | |||
8 | ExecStartPre=/usr/bin/dnsmasq --test | 8 | ExecStartPre=/usr/bin/dnsmasq --test |
9 | ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service | 9 | ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service |
10 | ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start | 10 | ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start |
11 | ExecStopPre=/usr/bin/dnsmasq-resolvconf-helper stop | 11 | ExecStop=/usr/bin/dnsmasq-resolvconf-helper stop |
12 | ExecStop=/bin/kill $MAINPID | 12 | ExecStop=/bin/kill $MAINPID |
13 | ExecReload=/bin/kill -HUP $MAINPID | 13 | ExecReload=/bin/kill -HUP $MAINPID |
14 | 14 | ||