~dricottone/huttese-apk

ref: b32d073e090c6085c17c04542c38e59096fe0a9d huttese-apk/sr.ht/grafana/grafana.pre-install -rw-r--r-- 161 bytes
b32d073e — Ludovic Chabant Update mercurial package from aports main, add hotfix for python 3.8.2 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