diff options
Diffstat (limited to '.config/rc/init.d/xdg-desktop-portal-wlr')
| -rwxr-xr-x | .config/rc/init.d/xdg-desktop-portal-wlr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/rc/init.d/xdg-desktop-portal-wlr b/.config/rc/init.d/xdg-desktop-portal-wlr new file mode 100755 index 0000000..c041a05 --- /dev/null +++ b/.config/rc/init.d/xdg-desktop-portal-wlr @@ -0,0 +1,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 +} |