summaryrefslogtreecommitdiffstats
path: root/main/unbound/unbound.pre-install
blob: 015ba3c52fe5224369bcebacecb5b80316a8b3f6 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S unbound 2>/dev/null
adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \
	-g "Unbound user" unbound 2>/dev/null
exit 0