summarylogtreecommitdiffstats
path: root/greptimedb.service
blob: 4a144b06abfd1fc32cee152439117b565895544f (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 --log-dir /var/lib/greptimedb/logs standalone start -c /etc/greptimedb/greptimedb.toml
ExecStop=/usr/bin/greptime standalone stop

[Install]
WantedBy=multi-user.target