mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/dbus: enable readiness notification
Enable readiness notification for the user service, so that dependant services can be properly ordered after D-Bus itself.
This commit is contained in:
parent
6116ae341a
commit
e7f57a7815
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user