aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdns/pdns.pre-install
blob: e80add6412fc83653ccd6b8d065a3a4903d2104a (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -h /var/empty -s /bin/false -g pdns pdns 2>/dev/null

exit 0