aports/main/dbus/dbus-user.initd
Hugo Osvaldo Barrera e7f57a7815 main/dbus: enable readiness notification
Enable readiness notification for the user service, so that dependant
services can be properly ordered after D-Bus itself.
2026-03-20 14:24:24 +00:00

10 lines
263 B
Bash

#!/sbin/openrc-run
name="Login Message Bus"
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 --print-address=3"
notify=fd:3