#!/bin/sh

adduser -h /etc/dnscache -g dnscache -s /bin/false -H -D dnscache 2>/dev/null
exit 0