#!/bin/sh

groupadd -r unbound 2>/dev/null
useradd -M -N -g unbound -r -s /sbin/nologin -d /etc/unbound unbound 2>/dev/null
exit 0