summaryrefslogtreecommitdiffstats
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-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/pdns/pdns.pre-install b/testing/pdns/pdns.pre-install
new file mode 100644
index 000000000..c9d2d1473
--- /dev/null
+++ b/testing/pdns/pdns.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+adduser -H -h /var/empty -D -s /bin/false pdns 2>/dev/null
+exit 0