summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/modules/dbus/dbus.conf18
-rw-r--r--remote/modules/dbus/dbus.conf.ubuntu2
2 files changed, 12 insertions, 8 deletions
diff --git a/remote/modules/dbus/dbus.conf b/remote/modules/dbus/dbus.conf
index 64457541..40f8a53d 100644
--- a/remote/modules/dbus/dbus.conf
+++ b/remote/modules/dbus/dbus.conf
@@ -1,11 +1,15 @@
REQUIRED_BINARIES="
- dbus-cleanup-sockets
- dbus-daemon
- dbus-uuidgen
- dbus-monitor
- dbus-send
- dbus-daemon-launch-helper
+ dbus-cleanup-sockets
+ dbus-daemon
+ dbus-uuidgen
+ dbus-monitor
+ dbus-send
+ dbus-daemon-launch-helper
"
REQUIRED_DIRECTORIES="
- /etc/dbus-1
+ /etc/dbus-1
"
+REQUIRED_FILES="
+ /etc/systemd/system/dbus.service
+"
+
diff --git a/remote/modules/dbus/dbus.conf.ubuntu b/remote/modules/dbus/dbus.conf.ubuntu
index 9f302876..558eea7f 100644
--- a/remote/modules/dbus/dbus.conf.ubuntu
+++ b/remote/modules/dbus/dbus.conf.ubuntu
@@ -1,7 +1,7 @@
REQUIRED_CONTENT_PACKAGES="
dbus
"
-REQUIRED_FILES="
+REQUIRED_FILES+="
/etc/default/dbus
"