summarylogtreecommitdiffstats
path: root/dgraph-zero.service
blob: 6c871740d40ab90cdebe7b2df24654f0b933a18c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Dgraph database

[Service]
ExecStart=/usr/bin/dgraph zero --port_offset -2000
Restart=on-failure
RestartSec=1

[Install]
WantedBy=multi-user.target