Create logs for x11vnc, icewm, xvfb
This commit is contained in:
+5
-4
@@ -8,8 +8,9 @@ bail()
|
|||||||
}
|
}
|
||||||
|
|
||||||
export DISPLAY=:$DISPLAY_NUM
|
export DISPLAY=:$DISPLAY_NUM
|
||||||
echo Hallo at $DISPLAY
|
echo Display at $DISPLAY
|
||||||
exec Xvfb $DISPLAY -screen 0 1024x768x24 &
|
exec Xvfb $DISPLAY -screen 0 1024x768x24 >/var/log/xvfb.log &
|
||||||
exec icewm-session &
|
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 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 -
|
||||||
|
|||||||
Reference in New Issue
Block a user