aports/testing/knot-resolver/knot-resolver.pre-install
Jakub Jirutka a75feeec37 testing/knot-resolver: new aport
https://www.knot-resolver.cz/
A minimalistic caching resolver implementation
2016-10-02 20:57:44 +02:00

7 lines
145 B
Bash

#!/bin/sh
addgroup -S kresd 2>/dev/null
adduser -S -D -H -h /var/lib/knot-resolver -s /sbin/nologin -G kresd -g kresd kresd 2>/dev/null
exit 0