($@ > /dev/null 2>&1 &)
Simple bash function that runs something fully detached even if its parent closes, and is not dependent on any software feature such as bash's disown
alias sp='sudo systemctl stop'
alias sr='sudo systemctl restart'
alias ss='sudo systemctl status'
alias sup='systemctl --user stop'
alias sur='systemctl --user restart'
alias sus='systemctl --user status'
Bunch or systemctl related aliases