aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/gdnsd.pre-install
blob: 2479466873c5061cd4aaccb0b6f8f78d426e3e22 (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 gdnsd 2>/dev/null
exit 0