busybox/examples/var_service/dnsmasq/run

13 lines
162 B
Plaintext
Raw Normal View History

#!/bin/sh
#exec >/dev/null
exec 2>&1
exec </dev/null
echo "* Starting dnsmasq"
exec \
env - PATH="$PATH" \
softlimit \
setuidgid root \
dnsmasq -C dnsmasq.conf