From 9b93f07ab5fe0aa9a36c36242597bb36c7d07475 Mon Sep 17 00:00:00 2001 From: "Oliver G. Mueller" Date: Sat, 29 Sep 2018 18:06:01 +0200 Subject: [PATCH] changed boot identifier to be ineo instead of bash fixed problem with autostart in systemd due to open file limit --- ineo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ineo b/ineo index 67ffbb0..d8f54ac 100755 --- a/ineo +++ b/ineo @@ -272,14 +272,16 @@ function install { [Unit] Description=ineo - a Neo4j instance manager Documentation=https://github.com/cohesivestack/ineo -After=network.target +After=network.target remote-fs.target [Service] Type=oneshot +SyslogIdentifier=ineo Environment="INEO_HOME=/var/lib/ineo" ExecStart=/var/lib/ineo/bin/ineo autostart ExecStop=/var/lib/ineo/bin/ineo stop -q RemainAfterExit=yes +LimitNOFILE=20000 [Install] WantedBy=multi-user.target