summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus/dbus.conf
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-18 17:02:51 +0200
committerJonathan Bauer2013-09-30 13:26:31 +0200
commit204b0f4f22ee3aa7254fc3431c2f05f591bd6879 (patch)
tree914f5097f2f40c45fa1fb628d578317e2dc2aa13 /remote/modules/dbus/dbus.conf
parent[rootfs-stage32] Tweak startup order (systemd) (diff)
downloadtm-scripts-204b0f4f22ee3aa7254fc3431c2f05f591bd6879.tar.gz
tm-scripts-204b0f4f22ee3aa7254fc3431c2f05f591bd6879.tar.xz
tm-scripts-204b0f4f22ee3aa7254fc3431c2f05f591bd6879.zip
[dbus] Add missing systemd service file
Diffstat (limited to 'remote/modules/dbus/dbus.conf')
-rw-r--r--remote/modules/dbus/dbus.conf18
1 files changed, 11 insertions, 7 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
+"
+