diff options
Diffstat (limited to 'testing/unbound/unbound.pre-install')
-rw-r--r-- | testing/unbound/unbound.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/unbound/unbound.pre-install b/testing/unbound/unbound.pre-install deleted file mode 100644 index 015ba3c52f..0000000000 --- a/testing/unbound/unbound.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S unbound 2>/dev/null -adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \ - -g "Unbound user" unbound 2>/dev/null -exit 0 |