move device managers to hooks
This commit is contained in:
7
hooks/proc/proc.init.late
Normal file
7
hooks/proc/proc.init.late
Normal file
@ -0,0 +1,7 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# stop_proc()
|
||||
{
|
||||
printf '\n' > /proc/sys/kernel/hotplug
|
||||
}
|
Reference in New Issue
Block a user