~dricottone/huttese-apk

ref: f73034c160c9dfdaea6ad9e1006c6e79710d380a huttese-apk/prometheus/alertmanager/alertmanager.pre-install -rw-r--r-- 245 bytes
f73034c1 — Drew DeVault py3-emailthreads: add patches 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