~dricottone/huttese-apk

ref: d07f7dbd5f418138656097de2f5e36f7a54d9c5b huttese-apk/sr.ht/prometheus-node-exporter/prometheus-node-exporter.pre-install -rw-r--r-- 247 bytes
d07f7dbd — Drew DeVault metrics.sr.ht: fix check function 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