agent.conf 215 Bytes
Newer Older
root committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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