diff options
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service index 32f8e59072..0c64fab003 100644 --- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service +++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service | |||
@@ -6,7 +6,7 @@ After=network.target | |||
6 | Type=forking | 6 | Type=forking |
7 | PIDFile=/run/dnsmasq.pid | 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 | 9 | ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service |
10 | ExecStop=/bin/kill $MAINPID | 10 | ExecStop=/bin/kill $MAINPID |
11 | ExecReload=/bin/kill -HUP $MAINPID | 11 | ExecReload=/bin/kill -HUP $MAINPID |
12 | 12 | ||
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service index 07b4817a7e..2980f7def6 100644 --- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service +++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service | |||
@@ -6,7 +6,7 @@ After=network.target | |||
6 | Type=forking | 6 | Type=forking |
7 | PIDFile=/run/dnsmasq.pid | 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 | 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 | ExecStopPre=/usr/bin/dnsmasq-resolvconf-helper stop |
12 | ExecStop=/bin/kill $MAINPID | 12 | ExecStop=/bin/kill $MAINPID |
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf index bd0ee001a2..34d5135f92 100755 --- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf +++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf | |||
@@ -77,7 +77,7 @@ bogus-priv | |||
77 | #except-interface= | 77 | #except-interface= |
78 | # Or which to listen on by address (remember to include 127.0.0.1 if | 78 | # Or which to listen on by address (remember to include 127.0.0.1 if |
79 | # you use this.) | 79 | # you use this.) |
80 | listen-address=127.0.0.1 | 80 | #listen-address=127.0.0.1 |
81 | 81 | ||
82 | # On systems which support it, dnsmasq binds the wildcard address, | 82 | # On systems which support it, dnsmasq binds the wildcard address, |
83 | # even when it is listening on only some interfaces. It then discards | 83 | # even when it is listening on only some interfaces. It then discards |