summaryrefslogtreecommitdiff
path: root/unbound/pre-install
blob: 7fe762d1fa7d03972e98e3e33fdfc9d65a3a293d (plain)
    1 #!/bin/sh
    2 
    3 getent group unbound || /usr/sbin/groupadd -g 41 unbound
    4 getent passwd unbound || /usr/sbin/useradd -g unbound -u 41 -d /etc/unbound -s /bin/false unbound
    5 /usr/bin/passwd -l unbound

Generated by cgit