aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdns/pdns.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pdns/pdns.pre-install')
-rw-r--r--testing/pdns/pdns.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdns/pdns.pre-install b/testing/pdns/pdns.pre-install
index 2565d49cf2..e0b3c5ac68 100644
--- a/testing/pdns/pdns.pre-install
+++ b/testing/pdns/pdns.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
-adduser -S -H -h /var/empty -D -s /bin/false pdns 2>/dev/null
+adduser -S -H -h /var/empty -D -s /bin/false -g pdns pdns 2>/dev/null
exit 0