blob: 91bcae12e0c4dcf390a8647194398043889ff678 (
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-gtk"
command_args="--replace"
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
depend() {
need dbus
}
|