~dricottone/huttese-apk

ref: 600afcd0489507e8139556c6586e90256090da63 huttese-apk/prometheus/alertmanager/alertmanager.pre-install -rw-r--r-- 245 bytes
600afcd0 — Drew DeVault py3-pyphen: import from testing 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