mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
busybox-syslog.service.in: Create alias for syslog.service
The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -10,3 +10,4 @@ Sockets=syslog.socket
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Also=busybox-klogd.service
|
Also=busybox-klogd.service
|
||||||
|
Alias=syslog.service
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 2}"
|
PRINC := "${@int(PRINC) + 3}"
|
||||||
|
|
||||||
# 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