summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in2
-rw-r--r--meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in b/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in
index db90082596..27b9831da0 100644
--- a/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in
+++ b/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in
@@ -1,12 +1,12 @@
1[Unit] 1[Unit]
2Description=System Logging Service 2Description=System Logging Service
3Wants=busybox-klogd.service
3 4
4[Service] 5[Service]
5ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service 6ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
6EnvironmentFile=-/etc/default/busybox-syslog 7EnvironmentFile=-/etc/default/busybox-syslog
7ExecStart=@base_sbindir@/syslogd -n $OPTIONS 8ExecStart=@base_sbindir@/syslogd -n $OPTIONS
8Sockets=syslog.socket 9Sockets=syslog.socket
9Wants=busybox-klogd.service
10 10
11[Install] 11[Install]
12WantedBy=multi-user.target 12WantedBy=multi-user.target
diff --git a/meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend b/meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend
index 46177e3dd4..7e72a43a44 100644
--- a/meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend
+++ b/meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend
@@ -1,6 +1,6 @@
1inherit systemd 1inherit systemd
2 2
3PRINC := "${@int(PRINC) + 1}" 3PRINC := "${@int(PRINC) + 2}"
4 4
5# look for files in the layer first 5# look for files in the layer first
6FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 6FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"