xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/busybox-klogd.service.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Kernel Logging Service
3
4[Service]
5ExecStart=@base_sbindir@/klogd -n
6
7[Install]
8WantedBy=multi-user.target
9