dnsmasq: disable dnsmasq.service by default
Similar to what we did on sysvinit, stop dnsmasq from starting automatically on boot so NetworkManager can launch it via dbus. https://jira.digi.com/browse/DEL-6415 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
b769f90e2a
commit
c76469fba7
|
|
@ -4,5 +4,6 @@
|
|||
PACKAGECONFIG_append = " dbus"
|
||||
|
||||
# NetworkManager will launch 'dnsmasq' using DBUS, so disable the creation
|
||||
# of runlevel's symlinks.
|
||||
# of runlevel's symlinks and disable its systemd service.
|
||||
INHIBIT_UPDATERCD_BBCLASS = "1"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue