1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/prometheus-postgres-exporter/prometheus-postgres-exporter.pre-install
2022-03-08 00:37:25 +00:00

6 lines
159 B
Bash
Executable file

#!/bin/sh
addgroup -S prometheus 2>/dev/null
adduser -S -D -h /var/lib/prometheus -s /sbin/nologin -G prometheus -g prometheus prometheus 2>/dev/null
exit 0