Skip to content

Commit

Permalink
add --heartbeat for websockify
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimuk committed Jun 10, 2015
1 parent 1138bdd commit c7573b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fi

echo "Starting webserver and WebSockets proxy on port ${PORT}"
#${HERE}/websockify --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} ${VNC_DEST} &
${WEBSOCKIFY} --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} ${VNC_DEST} &
${WEBSOCKIFY} --heartbeat 5 --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} ${VNC_DEST} &
proxy_pid="$!"
sleep 1
if ! ps -p ${proxy_pid} >/dev/null; then
Expand Down

0 comments on commit c7573b7

Please sign in to comment.