mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
package/skeleton-init-finit: rename condition set by sysklogd -> syslogd
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>
This commit is contained in:
committed by
Tobias Waldekranz
parent
0103b1a491
commit
fd366e78f6
@@ -1 +1,2 @@
|
||||
service name:sysklogd [S0123456789] env:-/etc/default/sysklogd syslogd -F $SYSLOGD_ARGS -- System log daemon
|
||||
service name:syslogd env:-/etc/default/sysklogd <run/udevadm:5/success> \
|
||||
[S0123456789] syslogd -F $SYSLOGD_ARGS -- System log daemon
|
||||
|
||||
Reference in New Issue
Block a user