Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If I understand 1a59af8 correctly, intention was to trigger re-connection attempt to the system bus using sss_signal -> monitor -> sssd_ifp chain for a "monitor" activated sssd_ifp. Later 9222a4f added support for systemd dbus-socket activation using "SystemdService=sssd-ifp.service" option in dbus service file. But it also replaced 'Exec=sss_signal' with 'Exec=sssd_ifp' on systemd-enabled systems. I think it doesn't make much sense: on systemd-enabled system "SystemdService=" is used. Moreover, it break original purpose: if this would be used then a new instance of sssd_ifp would be spawn instead of re-connection attempt. This patch simply removes "Exec=" from dbus service file in case package is built with systemd support.
- Loading branch information