Skip to content

Instantly share code, notes, and snippets.

@rationalism
Created October 17, 2016 21:13
Show Gist options
  • Save rationalism/806312069bac11daeca1c2fce0d911eb to your computer and use it in GitHub Desktop.
Save rationalism/806312069bac11daeca1c2fce0d911eb to your computer and use it in GitHub Desktop.
description "Run Neo4j"
start on runlevel startup
stop on runlevel shutdown
respawn
limit nofile 40000 40000
exec sudo -u ubuntu /home/ubuntu/neo4j/neo4j-enterprise-3.0.5/bin/neo4j console > /home/ubuntu/neo4j/stdoutfile 2> /home/ubuntu/neo4j/stderrfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment