# Configuration for /etc/init.d/neo4j

# Path to directory which contains neo4j.conf.
#confdir="/etc/neo4j"

# Path to the base data directory.
#homedir="/var/lib/neo4j"

# The user (and group) to run neo4j as.
#command_user="neo4j"

# Additional arguments for neo4j.
#command_args=

# Wait 30 for shutdown before killing the process.
# Set to an empty string to disable.
#retry="TERM/30/KILL/5"

# Increase limit for the number of open files.
# Set to an empty string to disable.
#rc_ulimit="-n 40000"

# Comment out to run without process supervisor.
supervisor=supervise-daemon
