diff options
Diffstat (limited to 'main/unbound/unbound.pre-install')
-rw-r--r-- | main/unbound/unbound.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/unbound/unbound.pre-install b/main/unbound/unbound.pre-install index 63c00e9cdc..94144c7878 100644 --- a/main/unbound/unbound.pre-install +++ b/main/unbound/unbound.pre-install @@ -1,7 +1,7 @@ #!/bin/sh addgroup -S unbound 2>/dev/null -adduser -S -s /sbin/nologin -D -H -h /etc/unbound -G unbound \ +adduser -S -D -H -h /etc/unbound -s /sbin/nologin -G unbound \ -g "Unbound user" unbound 2>/dev/null exit 0 |