~dricottone/huttese-apk

ref: 53e1be37b0fe547a34f4072b350c54a7d3975fe5 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
53e1be37 — Drew DeVault py3-srht: add py3-psycopg2 dependency 4 years ago
                                                                                
b850e84c 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