1 2 3 4 5 6
#!/bin/sh addgroup -S pdns 2>/dev/null adduser -S -D -H -h /var/empty -s /bin/false -G pdns -g pdns pdns 2>/dev/null exit 0