aports/testing/prometheus-bind-exporter/prometheus-bind-exporter.pre-install
2023-10-25 21:58:11 -07:00

5 lines
163 B
Bash

#!/bin/sh
addgroup -S prometheus 2>/dev/null
adduser -SDh/var/lib/prometheus \
-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null
exit 0