Skip to content

Instantly share code, notes, and snippets.

@julindra
Created January 8, 2017 06:00
Show Gist options
  • Save julindra/e801b1c2e268680c85b8463ebb9c28ea to your computer and use it in GitHub Desktop.
Save julindra/e801b1c2e268680c85b8463ebb9c28ea to your computer and use it in GitHub Desktop.
Disable autostart
sudo update-rc.d -f nginx disable
sudo update-rc.d -f php7.0-fpm disable
sudo update-rc.d -f mysql disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment