~dricottone/huttese-apk

ref: 56ea7f0ef754051e1bf3bd6b76a0e075d3086aa4 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
56ea7f0e — Drew DeVault pkgkit: generate new abuild keys if necessary 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