summarylogtreecommitdiffstats
path: root/neo4j.service
blob: 0254596d52faa5176dd1c90467af251ac843bb4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Neo4j Graph Database
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/bin/neo4j console
User=neo4j
Group=neo4j
LimitNOFILE=60000
TimeoutSec=120

[Install]
WantedBy=multi-user.target