Commit 8e90dab6 by John Jarvis

removing respawn from supervisor upstart

parent 5e551d86
......@@ -3,6 +3,5 @@ description "supervisord"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
setuid {{ supervisor_service_user }}
exec {{ supervisor_venv_dir }}/bin/supervisord --nodaemon --configuration {{ supervisor_cfg }}
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 to comment