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 c7aa693 commit c4c71d4Copy full SHA for c4c71d4
templates/app.service.j2
@@ -4,7 +4,7 @@ After=syslog.target
4
5
[Service]
6
User={{ springboot_user }}
7
-ExecStart="{{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
+ExecStart="bash {{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
8
Environment=SPRING_CONFIG_LOCATION={{ springboot_deploy_folder }}/application.yml
9
SuccessExitStatus=143
10
0 commit comments