dbus: dont consider the service "up" until the unix pipe actually appears

This commit is contained in:
Colin 2024-05-30 11:04:02 +00:00
parent afa8a3c52e
commit 7f5e12da8d

View File

@ -48,6 +48,7 @@ in
description = "dbus user session";
partOf = lib.mkIf cfg.config.autostart [ "default" ];
command = "dbus-daemon --session --nofork --address=$DBUS_SESSION_BUS_ADDRESS";
readiness.waitExists = [ "$XDG_RUNTIME_DIR/bus" ];
};
};
}