mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update java_servicefile
This commit is contained in:
parent
fec8e1d97c
commit
c3a12c4899
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ User=ansible
|
||||||
# The configuration file application.properties should be here:
|
# The configuration file application.properties should be here:
|
||||||
|
|
||||||
#change this to your workspace
|
#change this to your workspace
|
||||||
WorkingDirectory=/home/ansible/remote/workspace/
|
|
||||||
|
|
||||||
#path to executable.
|
#path to executable.
|
||||||
#executable is a bash script which calls jar file
|
#executable is a bash script which calls jar file
|
||||||
ExecStart=/usr/bin/java -jar spring-petclinic-2.7.3.jar
|
ExecStart=/usr/bin/java -jar /home/ansible/remote/workspace/springpet/target/spring-petclinic-2.7.3.jar
|
||||||
|
|
||||||
SuccessExitStatus=143
|
SuccessExitStatus=143
|
||||||
TimeoutStopSec=10
|
TimeoutStopSec=10
|
||||||
|
|
Loading…
Reference in a new issue