diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:06:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:06:32 +0000 |
commit | 2dad5357405ad33cfa792f04b3ab62a5d188841e (patch) | |
tree | b8f8893942060fe3cfb04ac374cda96fdfc8f453 /environments/vncserver/entrypoint.sh | |
parent | Initial commit. (diff) | |
download | remmina-upstream/1.4.34+dfsg.tar.xz remmina-upstream/1.4.34+dfsg.zip |
Adding upstream version 1.4.34+dfsg.upstream/1.4.34+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | environments/vncserver/entrypoint.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/environments/vncserver/entrypoint.sh b/environments/vncserver/entrypoint.sh new file mode 100755 index 0000000..6c7c1ad --- /dev/null +++ b/environments/vncserver/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +echo "remmina" >> ~/.vnc/passwd + +# Start the vnc server while only accepting connections through the unix-socket. +# This will prompt the user for a password +vncserver -rfbport=5555 -localhost no -Log *:stderr:100 -xstartup /usr/bin/xterm +tail -f ~/.vnc/*.log |