Commit 038a99f2 by Bach Dániel

add upstart script

parent a9a5a90b
description "CIRCLE agentdriver"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 30 30
setgid cloud
setuid cloud
script
cd /home/cloud/agentdriver
. /home/cloud/.virtualenvs/agentdriver/local/bin/activate
. /home/cloud/.virtualenvs/agentdriver/local/bin/postactivate
python agentdriver.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