Skip to content

Instantly share code, notes, and snippets.

@ZeekoZhu
Created February 18, 2018 06:31
Show Gist options
  • Save ZeekoZhu/de634835f128c083e420cd2af744c8e6 to your computer and use it in GitHub Desktop.
Save ZeekoZhu/de634835f128c083e420cd2af744c8e6 to your computer and use it in GitHub Desktop.
alias stls="sudo systemctl start"
alias stlr="sudo systemctl restart"
alias stlR="sudo systemctl daemon-reload"
alias stlp="sudo systemctl stop"
alias stl="sudo systemctl status"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment