mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-06 01:04:19 +02:00
8 lines
233 B
Bash
8 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"
|