diff options
Diffstat (limited to 'community/pdns/pdns.pre-install')
-rw-r--r-- | community/pdns/pdns.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/pdns/pdns.pre-install b/community/pdns/pdns.pre-install new file mode 100644 index 0000000000..021b1e7e9c --- /dev/null +++ b/community/pdns/pdns.pre-install @@ -0,0 +1,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 |