Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created October 12, 2012 19:33
Show Gist options
  • Save fernyb/3881040 to your computer and use it in GitHub Desktop.
Save fernyb/3881040 to your computer and use it in GitHub Desktop.
add/remove init.d script from starting at boot
# Add init.d script to start at boot
update-rc.d <init.d/name> defaults
# Remove init.d from starting at boot
update-rc.d -f <init.d/name> remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment