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:
Khem Raj
2012-08-04 20:05:31 +00:00
committed by Koen Kooi
parent 980b338fb5
commit b0032dca69
2 changed files with 1 additions and 2 deletions
@@ -3,7 +3,6 @@ Description=System Logging Service
Wants=busybox-klogd.service
[Service]
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
EnvironmentFile=-/etc/default/busybox-syslog
ExecStart=@base_sbindir@/syslogd -n $OPTIONS
Sockets=syslog.socket
@@ -1,6 +1,6 @@
inherit systemd
PRINC := "${@int(PRINC) + 1}"
PRINC := "${@int(PRINC) + 2}"
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"