summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-18 17:02:51 +0200
committerSimon Rettberg2013-09-18 17:02:51 +0200
commit41cc2a57138c22e1a3833c52670dc69cadc125b1 (patch)
treead6001b385c272a947c84b02ec56532b57e45b6c /remote/modules
parent[rootfs-stage32] Tweak startup order (systemd) (diff)
downloadtm-scripts-41cc2a57138c22e1a3833c52670dc69cadc125b1.tar.gz
tm-scripts-41cc2a57138c22e1a3833c52670dc69cadc125b1.tar.xz
tm-scripts-41cc2a57138c22e1a3833c52670dc69cadc125b1.zip
[dbus] Add missing systemd service file
Diffstat (limited to 'remote/modules')
-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
"