Created
March 31, 2015 04:24
-
-
Save notthetup/89ba89b01bf213099339 to your computer and use it in GitHub Desktop.
Deamon control aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias conjure="systemctl enable" | |
alias summon="systemctl start" | |
alias slay="systemctl stop" | |
alias banish="systemctl disable" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More aliases: