diff --git a/apps/obs/entrypoint.sh b/apps/obs/entrypoint.sh deleted file mode 100755 index 3e86d38..0000000 --- a/apps/obs/entrypoint.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -runuser -u user -- sh -c "exec env WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/10000 \ - WLR_BACKENDS=headless \ - WLR_NO_HARDWARE_CURSORS=1 \ - WLR_DRM_DEVICES=/dev/dri/card0 \ - /usr/bin/cage obs &" - -sleep 3s - -runuser -u user -- sh -c "exec env DISPLAY=:1 WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/10000 /usr/bin/wayvnc -C /etc/wayvnc/config -g"