PKGBUILDs/community/unbound/install
2016-07-28 21:26:18 +00:00

5 lines
207 B
Plaintext

post_install() {
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
getent passwd unbound &>/dev/null || useradd -r -g unbound -d /etc/unbound -s /bin/false -c unbound unbound >/dev/null
}