Commit beee6ccb by Guba Sándor

workaround for waiting rabbitmq server connection

parent 0f512eeb
......@@ -4,7 +4,7 @@ start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 30 30
respawn limit 10 300
setgid cloud
setuid cloud
......@@ -16,3 +16,5 @@ script
HOSTNAME=$(hostname -s)
python manage.py run
end script
post-stop exec sleep 15
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