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.
6 lines
313 B
Bash
6 lines
313 B
Bash
|
8 months ago
|
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"
|