mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
- Fix various shellcheck warnings - Use idiomatic formatting of multiline finit stanzas
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
# Extend finit's default udevadm settle synchronization for situations
|
|
# where device are very slow to probe (see #685)
|
|
run nowarn if:udevd cgroup.init <service/udevd/ready> log \
|
|
[S] /usr/libexec/infix/hw-wait -- Probing hardware
|
|
|
|
# Now that everything should be probed, do a final pass over the
|
|
# uevent queue before starting syslogd and everything else
|
|
run nowarn if:udevd cgroup.init :post <service/udevd/ready> log \
|
|
[S] udevadm settle -t 30 --
|