Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created August 17, 2012 04:14
Show Gist options
  • Select an option

  • Save dcolish/3375864 to your computer and use it in GitHub Desktop.

Select an option

Save dcolish/3375864 to your computer and use it in GitHub Desktop.
#!/bin/sh
### BEGIN INIT INFO
# Provides: rm-e1000
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop: 0 6
### END INIT INFO
rmmod e1000e
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment