Remove entrypoint.sh used for testing

This commit is contained in:
Manuel 2022-10-02 20:47:19 +02:00
parent 6beb123909
commit 1b0f373208
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 0 additions and 11 deletions

View File

@ -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"