mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
busybox: fix busybox-syslog systemd service file
The service file had the 'Wants' in 'Service' group instead of the 'Unit' group. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
c029d4a268
commit
6396ac4454
@@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=System Logging Service
|
Description=System Logging Service
|
||||||
|
Wants=busybox-klogd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.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
|
||||||
Wants=busybox-klogd.service
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@@ -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}:"
|
||||||
|
|||||||
Reference in New Issue
Block a user