tinyramfs/hooks/mdevd/mdevd.init.late
2020-07-27 11:32:22 +03:00

11 lines
128 B
Bash

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