Job for sssd.service failed because the control process exited with error code.
Job for sssd.service failed because the control process exited with error code.
See “systemctl status sssd.service” and “journalctl -xe” for details.
Solution
tail -f /var/log/sssd/sssd.log
if you get
pidfile exists at /var/run/sssd.pid
then run
rm /var/run/sssd.pid
or if you get
Cannot open '/var/log/sssd/sssd.log' for reading: No such file or directory
then run
mkdir /var/log/sssd
systemctl -i reboot
then try to start and enable sssd.service
systemctl start sssd.service
systemctl enable sssd.service