summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-06-24 17:03:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-08 20:38:30 +0200
commit1a59af8245f183f22d87d067a90197d8e2ea958d (patch)
tree306e32f9afa9f2744e1a6110813630a865dde774 /configure.ac
parent1746e8b8399da2a7a8da4aace186f66055ccfec1 (diff)
downloadsssd-1a59af8245f183f22d87d067a90197d8e2ea958d.tar.gz
sssd-1a59af8245f183f22d87d067a90197d8e2ea958d.tar.xz
sssd-1a59af8245f183f22d87d067a90197d8e2ea958d.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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dcf2494de..b184b86a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,5 +325,6 @@ AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config
src/lib/sifp/sss_simpleifp.pc
src/lib/sifp/sss_simpleifp.doxy
src/config/setup.py
+ src/responder/ifp/org.freedesktop.sssd.infopipe.service
src/config/SSSDConfig/__init__.py])
AC_OUTPUT