sudo systemctl list-units --type=service 
 
To list services by status, type the following: 
sudo systemctl list-units --type=service --state=active 
 
Possible values for --state= include running, stopped, enabled, disabled and failed. 
sudo systemctl list-units --failed