summaryrefslogtreecommitdiffstats
path: root/main/bind/bind.pre-install
blob: e0a615ef082bc1d945d285df38c46d9d6f10ee42 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S named 2>/dev/null
adduser -h /etc/bind -s /bin/false -G named -D named 2>/dev/null
exit 0