summaryrefslogtreecommitdiffstats
path: root/testing/unbound/unbound.pre-install
blob: 1cfc2eff4de84bba4b57156e55884c7bd3cae4ec (plain)
1
2
3
4
5
#!/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