#!/bin/sh

addgroup -S prometheus 2>/dev/null
adduser -S -D -H -s /bin/false -G prometheus -g prometheus prometheus 2>/dev/null

exit 0

