~dricottone/huttese-apk

ref: 8b2e666b3283f3c2d60297ae64bb2beda351b8de huttese-apk/prometheus/grafana/grafana.pre-install -rw-r--r-- 161 bytes
8b2e666b — Drew DeVault sr.ht/py3-pgpy: bump pkgrel 5 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