#!/bin/sh
getent group otel >/dev/null || addgroup -S otel
getent passwd otel >/dev/null || adduser -S -H -G otel otel
