~dricottone/huttese-apk

ref: 084162691d734c1bd82bd516c28276866266e92e huttese-apk/prometheus/grafana/grafana.pre-install -rw-r--r-- 161 bytes
08416269 — Drew DeVault sr.ht/py3-qrcode: bump pkgrel 4 years ago
                                                                                
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