~dricottone/huttese-apk

ref: abdd60e1b6b37d05ab71ccedec17142548833433 huttese-apk/sr.ht/prometheus/prometheus.pre-install -rw-r--r-- 247 bytes
abdd60e1 — Drew DeVault py3-humanize: upgrade to 2.1.0 4 years ago
                                                                                
fe42a2f7 Drew DeVault
9777accf Drew DeVault
fe42a2f7 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