Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Last active March 16, 2018 14:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hostmaster/45fc4f0ffc5c06ef33a4 to your computer and use it in GitHub Desktop.
Save hostmaster/45fc4f0ffc5c06ef33a4 to your computer and use it in GitHub Desktop.
prevent services from starting automatically
case $2 in
stop|force-stop|status)
exit
;;
rotate)
exit
;;
*)
exit 101
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment