forked from Spark/ssm-services
12 lines
183 B
Plaintext
Executable File
12 lines
183 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
depends devfs
|
|
|
|
service_command='/usr/local/sbin/mdev'
|
|
service_rgs='-s'
|
|
|
|
hotplug() {
|
|
echo "Enabling hotplug..."
|
|
echo /sbin/mdev > /proc/sys/kernel/hotplug
|
|
}
|