aboutsummaryrefslogtreecommitdiffstats
path: root/main/djbdns/dnscache.pre-install
blob: f59549a4388dd3e1bfb69231866de1711897c81a (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S dnscache 2>/dev/null
adduser -S -D -H -h /etc/dnscache -G dnscache -g dnscache -s /sbin/nologin dnscache 2>/dev/null

exit 0