Remove entrypoint.sh used for testing
This commit is contained in:
parent
6beb123909
commit
1b0f373208
1 changed files with 0 additions and 11 deletions
|
@ -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"
|
Loading…
Reference in a new issue