When I'm really working with a service and get tired of typing sudo systemctl restart or status all the time, I'll just do a quick alias or two right then and there.
alias s=sudo systemctl status
alias r=sudo systemctl restart
And if I'm only working with one service, I'll throw the service name in there too.
alias s=sudo systemctl status alias r=sudo systemctl restart
And if I'm only working with one service, I'll throw the service name in there too.