Commit e8a483c0 by Feanil Patel

Sigh.

In order to let supervisor run by the jenkins user. Don't use the word daemon in the process call.
parent eae5c271
...@@ -8,4 +8,4 @@ start on runlevel [2345] ...@@ -8,4 +8,4 @@ start on runlevel [2345]
stop on runlevel [!2345] stop on runlevel [!2345]
setuid {{ supervisor_service_user }} setuid {{ supervisor_service_user }}
exec {{ supervisor_venv_dir }}/bin/supervisord --nodaemon --configuration {{ supervisor_cfg }} exec {{ supervisor_venv_dir }}/bin/supervisord -n --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