Registering PID file to be deleted on JVM exit
This commit is contained in:
@@ -80,6 +80,7 @@ public class ApplicationPidListener implements
|
||||
if (created.compareAndSet(false, true)) {
|
||||
try {
|
||||
new ApplicationPid().write(this.file);
|
||||
this.file.deleteOnExit();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
logger.warn(String.format("Cannot create pid file %s", this.file));
|
||||
|
||||
Reference in New Issue
Block a user