diff options
Diffstat (limited to 'testing/pdnsd/pdnsd.pre-install')
-rw-r--r-- | testing/pdnsd/pdnsd.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/pdnsd/pdnsd.pre-install b/testing/pdnsd/pdnsd.pre-install new file mode 100644 index 000000000..1ae14a9a5 --- /dev/null +++ b/testing/pdnsd/pdnsd.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh + +adduser -S -H -h /var/cache/pdnsd -s /bin/false pdnsd 2>/dev/null +exit 0 |