Commit 18ea272e by e0d

Fixing process management

parent 0cf0bb15
...@@ -7,6 +7,7 @@ command={{ NOTIFIER_HOME }}/notifier-celery-workers-supervisor.sh ...@@ -7,6 +7,7 @@ command={{ NOTIFIER_HOME }}/notifier-celery-workers-supervisor.sh
process_name=%(program_name)s process_name=%(program_name)s
numprocs=1 numprocs=1
stopasgroup=true
directory={{ NOTIFIER_CODE_DIR }} directory={{ NOTIFIER_CODE_DIR }}
umask=022 umask=022
autostart=true autostart=true
......
...@@ -7,6 +7,7 @@ command={{ NOTIFIER_HOME }}/notifier-scheduler-supervisor.sh ...@@ -7,6 +7,7 @@ command={{ NOTIFIER_HOME }}/notifier-scheduler-supervisor.sh
process_name=%(program_name)s process_name=%(program_name)s
numprocs=1 numprocs=1
stopasgroup=true
directory={{ NOTIFIER_CODE_DIR }} directory={{ NOTIFIER_CODE_DIR }}
umask=022 umask=022
autostart=true autostart=true
......
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