mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-27 08:22:25 +01:00
9 lines
233 B
Bash
9 lines
233 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"
|