diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-06-24 17:03:28 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-16 17:12:11 +0200 |
commit | 80af7e9daed52b283af037864bcdd86d96695618 (patch) | |
tree | eec2093ca102e414b6657149465e6dad85863c6c /contrib | |
parent | 42b0c3442815c0374735377c7f5ced4fe1a00e97 (diff) | |
download | sssd-80af7e9daed52b283af037864bcdd86d96695618.tar.gz sssd-80af7e9daed52b283af037864bcdd86d96695618.tar.xz sssd-80af7e9daed52b283af037864bcdd86d96695618.zip |
BUILD: Add the DBus service activation
The system bus has the ability to start services on demant. This patch
adds the sysbus service activation file that, currently, only calls the
sss_signal tool to signal the monitor.
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index fb06c807c..4a3c402c3 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -650,6 +650,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/sssd-ifp.5* # InfoPipe DBus plumbing %{_sysconfdir}/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf +%{_datadir}/dbus-1/system-services/org.freedesktop.sssd.infopipe.service %files client -f sssd_client.lang %defattr(-,root,root,-) |