File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717description "{{ deploy_service_description }}"
1818author "https://github.com/acme-software/ansible-java-deployment"
19- version 1.0.1
19+ version 1.0.2
2020
2121# Respawn parameters with limit: dies 3 times within 60 seconds
2222respawn
@@ -47,7 +47,7 @@ end script
4747{% endif %}
4848
4949# Execute deploy_service_start_command and log stdout
50- exec su -s /bin/sh -c '{{ deploy_service_start_command }} {% if deploy_log_stdout == True %} 1>>{{ deploy_log_stdout_path }}{% endif %} {% if deploy_log_stderr == True %} 2>>{{ deploy_log_stderr_path }}{% endif %} ' {{ deploy_app_user }}
50+ exec su -s /bin/sh -c 'exec "$0" "$@" {% if deploy_log_stdout == True %} 1>>{{ deploy_log_stdout_path }}{% endif %} {% if deploy_log_stderr == True %} 2>>{{ deploy_log_stderr_path }}{% endif %} ' {{ deploy_app_user }} -- {{ deploy_service_start_command }} -b wibble
5151
5252{% if deploy_service_has_prestop_script == True %}
5353# Pre-Stop Script
You can’t perform that action at this time.
0 commit comments