„scripts/start-x11.sh“ hinzufügen

This commit is contained in:
2020-03-22 08:46:20 +01:00
parent 188d659291
commit 2c62e2122c

4
scripts/start-x11.sh Normal file
View File

@@ -0,0 +1,4 @@
until x11vnc -display :99 -rfbport 5900 -shared -forever; do
echo "x11vnc server crashed with exit code $?. Respawning.." >&2
sleep 1
done