tinyramfs/hooks/proc/proc.init.late

8 lines
103 B
Plaintext
Raw Normal View History

2020-07-27 14:02:22 +05:30
# vim: set ft=sh:
# shellcheck shell=sh
#
# stop_proc()
{
printf '\n' > /proc/sys/kernel/hotplug
}