summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-04-27 09:07:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-09 15:52:57 +0200
commit9e1849c05c30d5f14fc33e4b331bc07f0a619d59 (patch)
tree02d314f5e86ad71b593f51ae33ab6110504a86cf /rules/dbus.in
parent015683c407330bf189b77f8e15bb687aa5c3ac5a (diff)
downloadptxdist-9e1849c05c30d5f14fc33e4b331bc07f0a619d59.tar.gz
ptxdist-9e1849c05c30d5f14fc33e4b331bc07f0a619d59.tar.xz
dbus: install config files for systemd initmethod
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index aca0cb298..3002ee4a7 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -127,4 +127,10 @@ config DBUS_STARTSCRIPT
default y
prompt "install /etc/init.d/dbus"
+config DBUS_SYSTEMD_UNIT
+ bool
+ default y
+ depends on SYSTEMD
+ prompt "install systemd unit files for dbus"
+
endif