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