Commit b11d7197 by cloud

add upstart script

parent 27982485
description "CIRCLE vnc proxy"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 30 30
setgid cloud
setuid cloud
script
cd /home/cloud/vncproxy
. /home/cloud/.virtualenvs/vncproxy/local/bin/activate
. /home/cloud/.virtualenvs/vncproxy/local/bin/postactivate
python proxy.py
end script
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment