Add GreptimeDB Alpine service packaging
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
This commit is contained in:
7
packaging/alpine/local/greptimedb/greptimedb.pre-install
Executable file
7
packaging/alpine/local/greptimedb/greptimedb.pre-install
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
addgroup -S greptimedb 2>/dev/null
|
||||
adduser -S -D -H -h /var/lib/greptimedb -s /sbin/nologin \
|
||||
-G greptimedb -g greptimedb greptimedb 2>/dev/null
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user