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