Skip to content
Snippets Groups Projects
Forked from alpine / aports
169040 commits behind the upstream repository.
gdnsd.pre-install 132 B
#!/bin/sh

addgroup -S gdnsd 2>/dev/null
adduser -S -D -H -h /dev/null -s /sbin/nologin -G gdnsd -g gdnsd gdnsd 2>/dev/null

exit 0