]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-compat-units: remove dnsmasq from sysv disabled list
authorAnders Darander <anders@chargestorm.se>
Wed, 15 Jan 2014 07:31:02 +0000 (08:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jan 2014 12:20:59 +0000 (12:20 +0000)
The dnsmasq recipe in meta-networking ships a dnsmasq.service file, that will
correctly override the SysV init script. Thus, as pointed out by Ross Burton,
we should remove dnsmasq from the list.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-compat-units.bb

index e32ad791ec74296aa7d9261e53b54cd738944963..d8cc3f7852a36f4c492beab5c22a58c7632a3bc2 100644 (file)
@@ -23,7 +23,6 @@ do_install() {
 
 SYSTEMD_DISABLED_SYSV_SERVICES = " \
   busybox-udhcpc \
-  dnsmasq \
   hwclock \
   networking \
   syslog.busybox \