blob: c041a056358c26e131136a65af4245ec221da3e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/openrc-run
DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
supervisor=supervise-daemon
command="/usr/libexec/xdg-desktop-portal-wlr"
command_args="--replace"
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
depend() {
need dbus
}
|