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:
Otavio Salvador
2012-01-31 17:38:58 +00:00
committed by Koen Kooi
parent c029d4a268
commit 6396ac4454
2 changed files with 2 additions and 2 deletions
@@ -1,12 +1,12 @@
[Unit]
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
Wants=busybox-klogd.service
[Install]
WantedBy=multi-user.target
@@ -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}:"