summarylogtreecommitdiffstats
path: root/greptimedb.service
blob: 1681378c26aa2e487eb650ab93427d11f8e8f626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GreptimeDB time series database
Documentation=https://docs.greptime.com/
After=network.target

[Service]
Type=simple
User=greptime
ExecStart=/usr/bin/greptime standalone start
ExecStop=/usr/bin/greptime standalone stop

[Install]
WantedBy=multi-user.target