dnsmasq run in frontground

This commit is contained in:
garywill 2018-08-31 18:41:06 +08:00
parent b8d82dd6c2
commit 6fbd865345
1 changed files with 1 additions and 1 deletions

View File

@ -1821,7 +1821,7 @@ if [[ "$SHARE_METHOD" != "bridge" ]]; then
fi
umask 0033
dnsmasq -C $CONFDIR/dnsmasq.conf -x $CONFDIR/dnsmasq.pid -l $CONFDIR/dnsmasq.leases -p $DNS_PORT || die
dnsmasq -d -C $CONFDIR/dnsmasq.conf -x $CONFDIR/dnsmasq.pid -l $CONFDIR/dnsmasq.leases -p $DNS_PORT || die &
umask $SCRIPT_UMASK
fi
fi