Home Linux Distros RHEL_7
View units enabled

systemctl list-unit-files | grep enable
 

List services only

systemctl list-unit-files --type=service
 

Reboot in BIOS

systemctl reboot --firmware-setup
 

Enable/disable a service

systemctl enable|disable  <unit> 


Stop|Start|Restart|Status

systemctl stop|start|restart|status <unit>