Create logs for x11vnc, icewm, xvfb

This commit is contained in:
2024-05-09 21:08:59 +02:00
parent 85c7716ef0
commit b9b41fe372
+5 -4
View File
@@ -8,8 +8,9 @@ bail()
}
export DISPLAY=:$DISPLAY_NUM
echo Hallo at $DISPLAY
exec Xvfb $DISPLAY -screen 0 1024x768x24 &
exec icewm-session &
echo Display at $DISPLAY
exec Xvfb $DISPLAY -screen 0 1024x768x24 >/var/log/xvfb.log &
exec icewm-session -o /var/log/icewm.log &
exec socat TCP-LISTEN:60$DISPLAY_NUM,fork,bind=0.0.0.0 UNIX-CONNECT:/tmp/.X11-unix/X$DISPLAY_NUM &
exec x11vnc -display $DISPLAY -forever -noxdamage -shared
exec x11vnc -nowf -display $DISPLAY -forever -noxdamage -shared >/var/log/x11vnc.log 2>&1 &
exec bash -