summaryrefslogtreecommitdiff
path: root/snap/local/svc_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'snap/local/svc_wrapper.sh')
-rwxr-xr-xsnap/local/svc_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/local/svc_wrapper.sh b/snap/local/svc_wrapper.sh
index 7b0be23..77db539 100755
--- a/snap/local/svc_wrapper.sh
+++ b/snap/local/svc_wrapper.sh
@@ -24,6 +24,6 @@ snapctl get services | jq -c '.[]' | while read service; do # for each service t
echo "novnc: not starting service ${service} with listen_port ${listen_port} and vnc_host_port ${vnc_host_port}"
else
# start (and fork with '&') the service using the specified listen port and VNC host:port
- $SNAP/launch.sh --listen $listen_port --vnc $vnc_host_port &
+ $SNAP/novnc_proxy --listen $listen_port --vnc $vnc_host_port &
fi
done