diff options
Diffstat (limited to 'remote/modules/dbus/module.build')
| -rw-r--r-- | remote/modules/dbus/module.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/dbus/module.build b/remote/modules/dbus/module.build index c5b2d353..233ba751 100644 --- a/remote/modules/dbus/module.build +++ b/remote/modules/dbus/module.build @@ -43,6 +43,8 @@ build() { sed "s,%UUIDGEN%,$UUIDGEN,g;s,%DAEMON%,$DAEMON,g;s,%SEND%,$SEND,g;s,%DAEMON_ARGS%,$DAEMON_ARGS,g" "templates/dbus.service" \ > "$MODULE_BUILD_DIR/etc/systemd/system/dbus.service" \ || perror "Could not generate $MODULE_BUILD_DIR/etc/systemd/system/dbus.service" + # This is REQUIRED, otherwise the session daemon won't start (can be empty, but has to exist...) + mkdir -p "${MODULE_BUILD_DIR}/etc/dbus-1/session.d" } post_copy() { |
