Skip to content

Commit 4dc7531

Browse files
committed
fix: Correcting absolute path error
1 parent c4c71d4 commit 4dc7531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=syslog.target
44

55
[Service]
66
User={{ springboot_user }}
7-
ExecStart="bash {{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
7+
ExecStart="/bin/bash {{ springboot_deploy_folder }}/{{ springboot_application_name }}.jar"
88
Environment=SPRING_CONFIG_LOCATION={{ springboot_deploy_folder }}/application.yml
99
SuccessExitStatus=143
1010

0 commit comments

Comments
 (0)