summaryrefslogtreecommitdiffstats
path: root/core/modules/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-18 17:13:01 +0200
committerJonathan Bauer2019-06-18 17:13:01 +0200
commit23ed1d90d9dd581908663a74f3c1df4f18fda484 (patch)
treeb8dcc0ec85d8d823b72d13340286f46e200ea253 /core/modules/dbus
parent[rootfs-stage31] Move /dev to future root (diff)
downloadmltk-23ed1d90d9dd581908663a74f3c1df4f18fda484.tar.gz
mltk-23ed1d90d9dd581908663a74f3c1df4f18fda484.tar.xz
mltk-23ed1d90d9dd581908663a74f3c1df4f18fda484.zip
[dbus] add missing dbus.socket to REQ_FILES
Diffstat (limited to 'core/modules/dbus')
-rw-r--r--core/modules/dbus/module.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/dbus/module.conf b/core/modules/dbus/module.conf
index ad472e39..de93374b 100644
--- a/core/modules/dbus/module.conf
+++ b/core/modules/dbus/module.conf
@@ -13,5 +13,6 @@ REQUIRED_DIRECTORIES="
"
REQUIRED_FILES="
/etc/systemd/system/dbus.service
+ /etc/systemd/system/dbus.socket
"