summarylogtreecommitdiffstats
path: root/neo4j.service
blob: 37a6f9aeb69a2cec7fad24d52b28a671f979b057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Neo4j

[Service]
User=neo4j
Type=forking
Environment=NEO4J_CONF=/etc/neo4j
Environment=NEO4J_HOME=/usr/share/neo4j
ExecStart=/usr/bin/neo4j start
ExecStop=/usr/bin/neo4j stop
PIDFile=/run/neo4j/neo4j.pid
LimitNOFILE=40000

[Install]
WantedBy=multi-user.target