summarylogtreecommitdiffstats
path: root/dgraph-ratel.service
blob: 6e4cd469e3e4c9124ad9af7ea5c6fbe94f1c5e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Dgraph database UI
Requires=dgraph-zero.service
Requires=dgraph.service
After=dgraph-zero.service
After=dgraph.service

[Service]
ExecStart=/usr/bin/dgraph-ratel
Restart=on-failure
RestartSec=1

[Install]
WantedBy=multi-user.target