tinyramfs/hooks/mdevd/mdevd.init.late
2020-09-04 01:29:37 +03:00

9 lines
111 B
Bash

# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
{
kill "$mdevd_pid"
}