# agp-modules
#
# This service is to load AGP modules needed at boot

start on runlevel 2

script

   modprobe intel_agp
   modprobe drm

end script
