# netbook-modules
#
# This service is to load modules needed at "mid-boot"
# (the beginning of run-level 2).  Modules needed
# during early boot should be added to /etc/modules
# and modules that can be delayed until after the UI
# is up should be added to latebootcmds upstart task.

description "netbook modules"
author	    "Michael Frey <michael.frey@canonical.com>"

start on runlevel 2


script

modprobe snd_hda_intel

end script
