ssm-services/init.d/mdev

12 lines
183 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
2014-02-25 00:45:13 +00:00
depends devfs
2013-09-28 23:32:39 +00:00
service_command='/usr/local/sbin/mdev'
service_rgs='-s'
hotplug() {
echo "Enabling hotplug..."
echo /sbin/mdev > /proc/sys/kernel/hotplug
}