Skip to content

Instantly share code, notes, and snippets.

@notthetup
Created March 31, 2015 04:24
Show Gist options
  • Save notthetup/89ba89b01bf213099339 to your computer and use it in GitHub Desktop.
Save notthetup/89ba89b01bf213099339 to your computer and use it in GitHub Desktop.
Deamon control aliases
alias conjure="systemctl enable"
alias summon="systemctl start"
alias slay="systemctl stop"
alias banish="systemctl disable"
@robertsky
Copy link

More aliases:

alias chantspell="systemctl isolate runlevel3.target"
alias macrospell="systemctl isolate runlevel5.target"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment