Skip to content

Commit

Permalink
fix (program configuration): fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Phobetor committed Jul 12, 2015
1 parent 8239691 commit acaff21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Resources/views/Supervisor/program.conf.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ command={% block cmd %}php {{ kernelRootDir }}/console {{ command }} --env={{ ap
process_name=%(program_name)s%(process_num)02d
numprocs={{ numprocs|default('1') }}
{% block options %}
{% for name, value in options %}
{{ name }}={{ value }}
{% endfor %}
stdout_logfile={{ workerOutputLog }}
stderr_logfile={{ workerErrorLog }}
{% for name, value in options %}{{ name }}={{ value }}
{% endfor %}
stdout_logfile={{ workerOutputLog }}
stderr_logfile={{ workerErrorLog }}
{% endblock options %}

0 comments on commit acaff21

Please sign in to comment.