We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47a1e1 commit db4e699Copy full SHA for db4e699
server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java
@@ -252,7 +252,8 @@ private static void initPhase2(Bootstrap bootstrap) throws IOException {
252
nodeEnv.configDir(),
253
nodeEnv.libDir(),
254
nodeEnv.logsDir(),
255
- nodeEnv.tmpDir()
+ nodeEnv.tmpDir(),
256
+ args.pidFile()
257
);
258
} else {
259
assert RuntimeVersionFeature.isSecurityManagerAvailable();
0 commit comments