mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03: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"
|