mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
Update `launch.script` to use `start-stop-daemon` when possible to manage daemon processes. When `start-stop-daemon` is not available `su` is used. Closes gh-4137