aports/testing/thanos/thanos.pre-install
2020-09-16 12:22:39 +00:00

5 lines
247 B
Bash

#!/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