spring-boot/spring-boot-tools/spring-boot-loader-tools
Andy Wilkinson 826acf5d67 Set the working directory to that of the jar when using start-stop-daemon
By default, start-stop-daemon will chdir to the root directory before
starting the process. This prevents an application.properties file that
sits alongside the jar from being found.

This commit updates the call to start-stop-daemon to use --chdir to
set the working directory to that of the jar that’s being launched.

Closes gh-4281
2015-10-30 15:10:02 +00:00
..
src Set the working directory to that of the jar when using start-stop-daemon 2015-10-30 15:10:02 +00:00
pom.xml Next Development Version 2015-10-16 05:57:24 -07:00