aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound/unbound.pre-install
blob: 63c00e9cdc607433941f03e62efb0ca95291a4b1 (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S unbound 2>/dev/null
adduser -S -s /sbin/nologin -D -H -h /etc/unbound -G unbound \
	-g "Unbound user" unbound 2>/dev/null

exit 0