Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Aug 21, 2019
1 parent 0d3fe86 commit 9610cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
export LANG='en_US.UTF-8'
java -Dloader.path='.' -jar ./sql-boot.jar
java -Dloader.path='.' -Dspring.config.location=/etc/sql-boot/conf/$1/application.yml -jar ./sql-boot.jar
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=syslog.target
[Service]
User=root
WorkingDirectory=/opt/sql-boot
ExecStart=/bin/bash /opt/sql-boot/run
ExecStart=/bin/bash /opt/sql-boot/run %i
SuccessExitStatus=143
TimeoutStopSec=10
Restart=on-failure
Expand Down

0 comments on commit 9610cfa

Please sign in to comment.