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:
Khem Raj
2012-08-04 20:05:32 +00:00
committed by Koen Kooi
parent b0032dca69
commit 6fd1caa623
2 changed files with 2 additions and 1 deletions
@@ -10,3 +10,4 @@ Sockets=syslog.socket
[Install]
WantedBy=multi-user.target
Also=busybox-klogd.service
Alias=syslog.service
@@ -1,6 +1,6 @@
inherit systemd
PRINC := "${@int(PRINC) + 2}"
PRINC := "${@int(PRINC) + 3}"
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"