mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
The sysklogd and BusyBox syslogd can not run at the same time. Since they provide the same service we standardize on them providing <pid/syslogd>. Also, ensure syslogd does not start until the fifth udevadm has completed. This creates a barrier preventing other run/task/services from starting too early. Thus guaranteeing a proper boot order. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>