mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 23:18:48 +00:00
busybox: stopping systemd-kmsg-syslogd is not needed
systemd-kmsg-syslogd.service is discontinued in systemd so there is no need to stop it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
980b338fb5
commit
b0032dca69
@ -3,7 +3,6 @@ Description=System Logging Service
|
|||||||
Wants=busybox-klogd.service
|
Wants=busybox-klogd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
|
|
||||||
EnvironmentFile=-/etc/default/busybox-syslog
|
EnvironmentFile=-/etc/default/busybox-syslog
|
||||||
ExecStart=@base_sbindir@/syslogd -n $OPTIONS
|
ExecStart=@base_sbindir@/syslogd -n $OPTIONS
|
||||||
Sockets=syslog.socket
|
Sockets=syslog.socket
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 2}"
|
||||||
|
|
||||||
# look for files in the layer first
|
# look for files in the layer first
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user