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 015ba3c52f..4cd64d59c6 100644 --- a/main/unbound/unbound.pre-install +++ b/main/unbound/unbound.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -S unbound 2>/dev/null -adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \ +adduser -S -s /sbin/nologin -D -H -h /etc/unbound -G unbound \ -g "Unbound user" unbound 2>/dev/null exit 0 |