xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/busybox-syslog.service.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=System Logging Service
3Wants=busybox-klogd.service
4
5[Service]
6EnvironmentFile=-/etc/default/busybox-syslog
7ExecStart=@base_sbindir@/syslogd -n $OPTIONS
8Sockets=syslog.socket
9
10[Install]
11WantedBy=multi-user.target
12Also=busybox-klogd.service
13Alias=syslog.service
14