aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdnsd/gdnsd.pre-install
blob: 0bd9cb7f664bb6866e1371bd46594ccce17c96f8 (plain)
1
2
3
4
5
6
#!/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