summaryrefslogtreecommitdiffstats
path: root/core/modules/dbus/module.conf
blob: ad472e39431fcb4819e42a8be975e19dfdd7b876 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
REQUIRED_BINARIES="
	dbus-cleanup-sockets
	dbus-daemon
	dbus-uuidgen
	dbus-monitor
	dbus-send
	dbus-daemon-launch-helper
	dbus-launch
"
REQUIRED_DIRECTORIES="
	/etc/dbus-1
"
REQUIRED_FILES="
	/etc/systemd/system/dbus.service
"