spring-boot/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-t.../src/test/resources/scripts/launch-with-run-as.sh

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