
#shell
It will show all services which are in stopped and started mode.
=======================================
#service-control --status
cd /etc/systemd/system
To unmask the service
=======================================
systemctl unmask vmdird.service
To start the service
=======================================
systemctl start vmdird.service
Perform these steps for all services. Now your services will be in started mode.
![]()
