From e7f57a78151f49fd5859924238ef47cc0ea07748 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 17 Mar 2026 21:59:34 +0100 Subject: [PATCH] main/dbus: enable readiness notification Enable readiness notification for the user service, so that dependant services can be properly ordered after D-Bus itself. --- main/dbus/dbus-user.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/dbus/dbus-user.initd b/main/dbus/dbus-user.initd index 0124974a757..4b9823e6be4 100644 --- a/main/dbus/dbus-user.initd +++ b/main/dbus/dbus-user.initd @@ -5,4 +5,5 @@ description="D-Bus Login Session Message Bus" supervisor=supervise-daemon command="/usr/bin/dbus-daemon" -command_args="--session --nofork --nopidfile --address=$DBUS_SESSION_BUS_ADDRESS" +command_args="--session --nofork --nopidfile --address=$DBUS_SESSION_BUS_ADDRESS --print-address=3" +notify=fd:3