Skip to content

Commit

Permalink
changed boot identifier to be ineo instead of bash
Browse files Browse the repository at this point in the history
fixed problem with autostart in systemd due to open file limit
  • Loading branch information
ogmueller committed Sep 29, 2018
1 parent 0ca8c41 commit 9b93f07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ineo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b93f07

Please sign in to comment.