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