We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0293467 + 0ccd1c8 commit 430fbbcCopy full SHA for 430fbbc
templates/service/upstart.conf.j2
@@ -37,4 +37,4 @@ end script
37
{% endif %}
38
39
# Execute deploy_service_start_command and log stdout
40
-exec su -c "{{ deploy_service_start_command }} {% if deploy_log_stdout == True %}>>{{ deploy_log_stdout_path }}{% endif %}" {{ deploy_app_user }} --pid $PIDFILE
+exec su -c "{{ deploy_service_start_command }} {% if deploy_log_stdout == True %}>>{{ deploy_log_stdout_path }}{% endif %}" {{ deploy_app_user }} -- --pid $PIDFILE
0 commit comments