10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_command='/usr/local/sbin/mdev'
|
||
|
service_rgs='-s'
|
||
|
|
||
|
hotplug() {
|
||
|
echo "Enabling hotplug..."
|
||
|
echo /sbin/mdev > /proc/sys/kernel/hotplug
|
||
|
}
|