Commit e704eb93 by root

add upstart script

parent eab68537
description "CIRCLE agent"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 30 30
script
cd /root/agent
. /root/.virtualenvs/agent/bin/activate
python agent.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