~dricottone/huttese-apk

ref: 88af810e0f256f5a50902342310eb2900da39754 huttese-apk/prometheus/alertmanager/alertmanager.pre-install -rw-r--r-- 245 bytes
88af810e — Drew DeVault todo.sr.ht: fix gunicorn invocation in init script 5 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