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 c4c71d4 commit 4dc7531Copy full SHA for 4dc7531
templates/app.service.j2
@@ -4,7 +4,7 @@ After=syslog.target
4
5
[Service]
6
User={{ springboot_user }}
7
-ExecStart="bash {{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
+ExecStart="/bin/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