We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b1c0d commit f300705Copy full SHA for f300705
templates/app.service.j2
@@ -4,7 +4,7 @@ After=syslog.target
4
5
[Service]
6
User={{ springboot_user }}
7
-ExecStart="/bin/bash {{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
+ExecStart="{{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
8
Environment=SPRING_CONFIG_LOCATION={{ springboot_deploy_folder }}/application.yml
9
SuccessExitStatus=143
10
0 commit comments