mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
Enable readiness notification for the user service, so that dependant services can be properly ordered after D-Bus itself.
10 lines
263 B
Bash
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
|