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

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

[Install]
WantedBy=multi-user.target