# rc - runlevel compatibility # # This task guesses what the "default runlevel" should be and starts the # appropriate script. start on started udev script source /etc/event.d/functions for RC in /etc/hotplug/*.rc; do $RC start done touch /var/lock/subsys/hotplug echo -n "starting of hotplug" print_status success end script