description "Startup Hotplug Service" author "Harald Kueller " version 1.0 emits none special start on stopped virtualfs script echo "starting hotplug scripts" source /etc/init/functions for RC in /etc/hotplug/*.rc; do $RC start done touch /var/lock/subsys/hotplug status_message "hotplug startup ready" end script