aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/dnsmasq.pre-install
blob: 1263e54e0f92b59464b463e572a646aed6d99baa (plain)
1
2
3
4
5
6
#!/bin/sh

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

exit 0