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:
Gabriel Valcazar 2019-02-15 17:23:56 +01:00
parent b769f90e2a
commit c76469fba7
1 changed files with 2 additions and 1 deletions

View File

@ -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"