mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
source ./test-functions.sh
|
|
install_service
|
|
start_service
|
|
status_service
|
|
echo "Status: $?"
|
|
echo "PID: $(cat /var/run/spring-boot-app/spring-boot-app.pid)"
|