$ sudo systemctl status [service] $ sudo service --status-all
sudo systemctl status [service]
sudo service --status-all
$ sudo systemctl stop [service]
sudo systemctl stop [service]
$ sudo systemctl disable [service]
sudo systemctl disable [service]
$ sudo systemctl start [service]
sudo systemctl start [service]
$ sudo systemctl enable [service]
sudo systemctl enable [service]