mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Update the launch script so that the PID file is not longer removed at the beginning of the stop method. Prior to this commit if a service wasn't able to stop on the first run, it wasn't possible to use the launch script anymore. Fixes gh-4369 Closes gh-4371