tinyramfs/hooks/proc/proc.init.late

6 lines
87 B
Plaintext
Raw Normal View History

2020-07-27 11:32:22 +03:00
# vim: set ft=sh:
# shellcheck shell=sh
{
printf '\n' > /proc/sys/kernel/hotplug
}