8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
# vim: set ft=sh:
|
||
|
# shellcheck shell=sh
|
||
|
#
|
||
|
# stop_proc()
|
||
|
{
|
||
|
printf '\n' > /proc/sys/kernel/hotplug
|
||
|
}
|