# tg3
#
# This service is to load tg3 ethernet modules needed at boot

start on stopped rc2

script

   set +e
   modprobe tg3
   set -e

end script
