tinyramfs/hooks/mdevd/mdevd.init

12 lines
273 B
Plaintext
Raw Normal View History

2020-07-27 11:32:22 +03:00
# vim: set ft=sh:
# shellcheck shell=sh
#
2021-05-10 14:23:34 +03:00
# https://www.shellcheck.net/wiki/SC2154
# https://www.shellcheck.net/wiki/SC2034
2020-07-27 11:32:22 +03:00
# shellcheck disable=2154,2034
2020-09-10 22:53:39 +03:00
[ "$break" = mdevd ] && { print "break before mdevd.init"; sh; }
mdevd 2> /dev/null & mdevd_pid="$!"
mdevd-coldplug