Package: busybox-syslogd Version: 1:1.22.0-19 Tags: patch
Please add systemd .service files to busybox-syslogd. The attached files are taken from OpenEmbedded and seem to work on my embedded device on Debian 9. Thanks in advance! References: https://raw.githubusercontent.com/dirtybit/gumstix-yocto/master/meta-openembedded/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in https://git.congatec.com/yocto/meta-openembedded/raw/c48a6a605c6d8d38cfbc5df39b3dc310bffc07c1/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in https://raw.githubusercontent.com/dirtybit/gumstix-yocto/master/meta-openembedded/meta-oe/recipes-core/busybox/busybox/busybox-klogd.service.in https://git.congatec.com/yocto/meta-openembedded/raw/c48a6a605c6d8d38cfbc5df39b3dc310bffc07c1/meta-oe/recipes-core/busybox/busybox/busybox-klogd.service.in
[Unit] Description=System Logging Service Wants=busybox-klogd.service [Service] EnvironmentFile=-/etc/default/busybox-syslogd ExecStart=/sbin/syslogd -n $OPTIONS Sockets=syslog.socket [Install] WantedBy=multi-user.target Also=busybox-klogd.service
[Unit] Description=Kernel Logging Service [Service] ExecStart=/sbin/klogd -n [Install] WantedBy=multi-user.target