aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/gdnsd.pre-install
blob: 66de81a2e1dd56ad18c740d16cfcb942d0ae5c35 (plain)
1
2
3
4
5
#!/bin/sh

addgroup gdnsd 2>/dev/null
adduser -S -H -h /dev/null -s /bin/false -D -G gdnsd gdnsd 2>/dev/null
exit 0