This fixed my service not starting. Thanks kingsxw !!! #service-control --start applmgmt works but not a permanent solution, need to run again after reboot This is my sultion: #shell in...
See more...
This fixed my service not starting. Thanks kingsxw !!! #service-control --start applmgmt works but not a permanent solution, need to run again after reboot This is my sultion: #shell into the shell #systemctl list-unit-files Found the applmgmt.service is in Masked status #systemctl unmask applmgmt unmask it #systemctl list-unit-files check it agin and should see applmgmt.service turned into Enabled status and should start correctly automatically after reboot.