aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound/unbound.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/unbound/unbound.pre-install')
-rw-r--r--main/unbound/unbound.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/unbound/unbound.pre-install b/main/unbound/unbound.pre-install
index 63c00e9cdc6..94144c78788 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