~dricottone/huttese-apk

ref: dcff98473b91d7af36670d2f5f1c5f8a3aaa5959 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
dcff9847 — Drew DeVault Bump pkgrels on metrics packages 3 years ago
                                                                                
1
2
3
4
#!/bin/sh
grep '^prometheus' /etc/group >/dev/null || addgroup -S prometheus 2>/dev/null
grep '^prometheus' /etc/passwd >/dev/null || adduser -SDh/var/lib/prometheus \
	-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null