1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/coredns/coredns.pre-install
Mark Pashmfouroush 243f667452 testing/coredns: new aport
https://github.com/coredns/coredns
CoreDNS is a fast and flexible DNS server
2020-04-09 21:32:23 +00:00

6 lines
126 B
Bash

#!/bin/sh
addgroup -S coredns 2>/dev/null
adduser -S -D -H -s /bin/nologin -G coredns -g coredns coredns 2>/dev/null
exit 0