2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/core/busybox/files/mdev.run

9 lines
160 B
Plaintext
Raw Normal View History

2020-01-20 00:54:08 -07:00
#!/bin/sh
# Null the legacy hotplugger as the
# service will take over from here.
2020-03-07 11:11:41 -07:00
printf '\n' 2>/dev/null \
> /proc/sys/kernel/hotplug
2022-10-03 06:58:07 -06:00
exec mdev -df 2>&1