diff --git a/recipes-core/busybox/busybox/busybox-syslog.service.in b/recipes-core/busybox/busybox/busybox-syslog.service.in new file mode 100644 index 0000000..3ea9abd --- /dev/null +++ b/recipes-core/busybox/busybox/busybox-syslog.service.in @@ -0,0 +1,18 @@ +[Unit] +Description=System Logging Service +Wants=busybox-klogd.service + +Conflicts=shutdown.target +Before=shutdown.target + +[Service] +EnvironmentFile=-/etc/default/busybox-syslog +ExecStart=@base_sbindir@/syslogd -n $OPTIONS +Sockets=syslog.socket + + +[Install] +WantedBy=multi-user.target +Also=busybox-klogd.service +Alias=syslog.service +