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

[Service]
User=neo4j
Type=forking
ExecStart=/usr/bin/neo4j start
ExecStop=/usr/bin/neo4j stop
PIDFile=/run/neo4j/neo4j-service.pid
LimitNOFILE=40000

[Install]
WantedBy=multi-user.target