summarylogtreecommitdiffstats
path: root/typedb.service
blob: 7bd9855409676b9b89c067e2e5560ab46538036e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=TypeDB Database Server
Documentation=https://docs.typedb.com/
After=network.target

[Service]
Type=simple
User=typedb
Group=typedb
WorkingDirectory=/var/lib/typedb
ExecStart=/usr/bin/typedb server
Restart=on-failure
RestartSec=5
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target