summarylogtreecommitdiffstats
path: root/greptimedb.service
diff options
context:
space:
mode:
authorNing Sun2022-12-16 10:14:52 +0800
committerNing Sun2022-12-16 02:15:09 +0000
commit320d52961278db031adbffad0723bd430a11d901 (patch)
tree6865fb6770daf4f0f31d1659278981c368e3094f /greptimedb.service
parent6c62abbd13e01f60bd1eb3b4b9095897dd427230 (diff)
downloadaur-320d52961278db031adbffad0723bd430a11d901.tar.gz
feat: use /var/lib/greptimedb for data storage (#6)
* feat: use /var/lib/greptimedb for data storage * add .SRCINFO
Diffstat (limited to 'greptimedb.service')
-rw-r--r--greptimedb.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/greptimedb.service b/greptimedb.service
index 1681378c26aa..4a144b06abfd 100644
--- a/greptimedb.service
+++ b/greptimedb.service
@@ -6,7 +6,7 @@ After=network.target
[Service]
Type=simple
User=greptime
-ExecStart=/usr/bin/greptime standalone start
+ExecStart=/usr/bin/greptime --log-dir /var/lib/greptimedb/logs standalone start -c /etc/greptimedb/greptimedb.toml
ExecStop=/usr/bin/greptime standalone stop
[Install]