~freyes/charms/trusty/nova-cloud-controller/lp1387073backport

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/git.upstart

[beisner,r=james-page] Resync helpers, switch to next branches for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
exec start-stop-daemon --start --chuid {{ user_name }} \
10
10
            --chdir {{ start_dir }} --name {{ process_name }} \
11
11
            --exec {{ executable_name }} -- \
 
12
            {% for config_file in config_files -%}
12
13
            --config-file={{ config_file }} \
 
14
            {% endfor -%}
 
15
            {% if log_file -%}
13
16
            --log-file={{ log_file }}
 
17
            {% endif -%}