~dricottone/huttese-apk

ref: 913f67bd9c6c2947129adf1e5bdc887ee8072be6 huttese-apk/prometheus/grafana/grafana.pre-install -rw-r--r-- 161 bytes
913f67bd — Drew DeVault sr.ht/py3-humanize: 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