# netbook-modules
#
# This service is to load modules needed at boot

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

start on runlevel 2


script

modprobe snd_hda_intel
modprobe uvcvideo

end script
