~verterok/charms/trusty/tanuki-result-enum-api/set-as-nrpe-primary

« back to all changes in this revision

Viewing changes to templates/upstart.conf

  • Committer: Tanuki Bot
  • Author(s): Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2015-09-04 12:51:00 UTC
  • mfrom: (19.1.1 tanuki-result-enum-api-charm)
  • Revision ID: tanuki_bot-20150904125100-4vx1wskr2xn7kn52
control number of gunicorn workers [r=Celso Providelo]

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  exec ./ve/bin/gunicorn \
26
26
    --name=result-enum-api \
27
27
    --bind=0.0.0.0 \
 
28
    --workers={{ gunicorn_num_workers }} \
28
29
    --log-file=${LOG_DIR}/gunicorn.log \
29
30
    --log-level=INFO \
30
31
    --access-logfile=${LOG_DIR}/access.log \