mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
7 lines
126 B
Bash
7 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
|