Why is sssd an unrecognized service, even though it is installed and can be restarted? BTW: This concerns Ubuntu 14.04.1 LTS, it was not like that in 12.04 I will show what I mean below, I think it is a bug but I am interested in an explanation and/or workaround.
root@tauriel:~/scripts# service sssd
**sssd: unrecognized service**
root@tauriel:~/scripts# service sssd status
sssd start/running, process 22454
root@tauriel:~/scripts# service sssd restart
sssd stop/waiting
sssd start/running, process 22485
root@tauriel:~/scripts# service sssd status
sssd start/running, process 22485
root@tauriel:~/scripts# service sssd
**sssd: unrecognized service**
root@tauriel:~/scripts#
BTW: sssd is apparently a new tag, it would be nice if it was added.
service --status-all; initctl list.initctlis used to handle Upstart services, andlistwill show the current status as well. To control the starting of an Upstart service try using override files. – muru Dec 10 '14 at 13:00I changed it into
"start on (filesystem and net-device-up)"
And now sssd starts up on boot again. I know it is kluge, but an interesting workaround I think.
– jringoot May 30 '17 at 10:09