aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/busybox-syslog.service.in
blob: c84edaf853afeb48f8227588413b3a91cb575598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=System Logging Service
Wants=busybox-klogd.service
Requires=syslog.socket

[Service]
EnvironmentFile=-@SYSCONFDIR@/default/busybox-syslog
ExecStart=@base_sbindir@/syslogd -n $OPTIONS
StandardOutput=null

[Install]
Also=busybox-klogd.service