tinyramfs/hooks/mdev/mdev.init.late

9 lines
110 B
Plaintext
Raw Normal View History

2020-07-27 14:02:22 +05:30
# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
{
kill "$mdev_pid"
}