neo4j service: increase file limit, per warning emitted at startup (#23961)

This commit is contained in:
Will Dietz 2017-03-17 19:03:09 -05:00 committed by Joachim F
parent 9a976c09ba
commit 63f1a14ae5

View File

@ -130,6 +130,7 @@ in {
ExecStart = "${cfg.package}/bin/neo4j console";
User = "neo4j";
PermissionsStartOnly = true;
LimitNOFILE = 40000;
};
preStart = ''
mkdir -m 0700 -p ${cfg.dataDir}/{data/graph.db,conf,logs}