~dricottone/huttese-apk

ref: bc950110775f1f2388c878def5381af948f40de1 huttese-apk/sr.ht/chartsrv/chartsrv.pre-install -rw-r--r-- 247 bytes
bc950110 — Drew DeVault charsrv: upgrade to 1.0.2 2 years ago
                                                                                
64da9790 Drew DeVault
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