~dricottone/huttese-apk

ref: b32d073e090c6085c17c04542c38e59096fe0a9d huttese-apk/sr.ht/prometheus-node-exporter/prometheus-node-exporter.pre-install -rw-r--r-- 247 bytes
b32d073e — Ludovic Chabant Update mercurial package from aports main, add hotfix for python 3.8.2 4 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