16 lines
366 B
Plaintext
Raw Normal View History

2016-06-30 17:50:11 -05:00
description "vnc-websock"
start on runlevel [2345]
stop on runlevel [!2345]
setuid vagrant
console log
env PYTHONPATH=/home/vagrant/websockify-ve34/lib/python3.4/site-packages
env PATH=/home/vagrant/websockify-ve34/bin:/usr/bin:/bin
# port 8901 is hard-coded in brozzler/webconsole/static/partials/workers.html
2016-06-30 17:50:11 -05:00
exec nice websockify 0.0.0.0:8901 localhost:5901