mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Update ansibleplaybook.yaml
This commit is contained in:
parent
238d02f141
commit
80cc58047d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Manage Java service
|
Description=Manage Java service
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/home/ubuntu/build
|
WorkingDirectory=/home/ubuntu/build/target
|
||||||
ExecStart=java -jar spring-petclinic-3.0.0-SNAPSHOT.jar
|
ExecStart=java -jar spring-petclinic-3.0.0-SNAPSHOT.jar
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Reference in a new issue