summaryrefslogtreecommitdiff
path: root/user/unbound/unbound.pre-install
blob: 9f203cb0846c1f5f6e3fe9dc5ff2ff0b65da72ed (plain) (blame)
1
2
3
4
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