~dricottone/huttese-apk

ref: b858cc074ac51266bde1973e83112ab44a82e418 huttese-apk/prometheus/grafana/grafana.pre-install -rw-r--r-- 161 bytes
b858cc07 — Drew DeVault prometheus/grafana: new APKBUILD 4 years ago
                                                                                
b858cc07 Drew DeVault
1
2
3
4
5
6
7
8
#!/bin/sh

name=grafana

addgroup -S "$name" 2>/dev/null
adduser -S -D -H -h "/var/lib/$name" -s /sbin/nologin -G "$name" -g "$name" "$name" 2>/dev/null

exit 0