aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdnsd/gdnsd.pre-install
blob: 040e7f11df329e30e6ee70b09c20a9bed791cdbb (plain)
1
2
3
4
5
#!/bin/sh

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