diff options
Diffstat (limited to 'user/unbound/unbound.pre-install')
-rwxr-xr-x | user/unbound/unbound.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user/unbound/unbound.pre-install b/user/unbound/unbound.pre-install new file mode 100755 index 000000000..9f203cb08 --- /dev/null +++ b/user/unbound/unbound.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +groupadd -r unbound 2>/dev/null +useradd -M -N -g unbound -r -s /sbin/nologin -d /etc/unbound unbound 2>/dev/null +exit 0 |