mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
systemd-compat-units: remove dnsmasq from sysv disabled list
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. (From OE-Core rev: 69a8153c55bf74fa6178d6bd65ac8e761c041a0e) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
21b4548661
commit
97d7e8689c
@@ -23,7 +23,6 @@ do_install() {
|
|||||||
|
|
||||||
SYSTEMD_DISABLED_SYSV_SERVICES = " \
|
SYSTEMD_DISABLED_SYSV_SERVICES = " \
|
||||||
busybox-udhcpc \
|
busybox-udhcpc \
|
||||||
dnsmasq \
|
|
||||||
hwclock \
|
hwclock \
|
||||||
networking \
|
networking \
|
||||||
syslog.busybox \
|
syslog.busybox \
|
||||||
|
|||||||
Reference in New Issue
Block a user