You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
harbor-bot/aliases.bash

6 lines
313 B
Bash

alias HARBORBOT_RESTART="sudo systemctl daemon-reload;sudo systemctl restart harbor-bot"
alias HARBORBOT_LOGS="sudo journalctl -u harbor-bot -f"
alias HARBORBOT_STOP="sudo systemctl stop harbor-bot"
alias HARBORBOT_START="sudo systemctl start harbor-bot"
alias HARBORBOT_STATUS="sudo systemctl status harbor-bot"