systemd-compat-units: No reason to mask out dnsmasq

dnsmasq installts a dnsmasq.service and it shouldn't be masked
by default!
This commit is contained in:
Holger Hans Peter Freyther 2015-02-13 01:57:36 +01:00
parent d3d30ca98a
commit a090c556c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PRINC="2"
PRINC="3"
# We need networking to run as we have no native services yet
SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking"
SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking dnsmasq"
S_THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${S_THISDIR}/${PN}"], d)}:"