11 lines
184 B
Bash
11 lines
184 B
Bash
|
|
source ./test-functions.sh
|
||
|
|
install_service
|
||
|
|
|
||
|
|
useradd wagner
|
||
|
|
echo 'RUN_AS_USER=wagner' > /test-service/spring-boot-app.conf
|
||
|
|
|
||
|
|
start_service
|
||
|
|
await_app
|
||
|
|
|
||
|
|
ls -la /var/log/spring-boot-app.log
|