try it as nohup ./kafka-server-start.sh ../config/server.1.properties &
On Wed, Jun 24, 2015 at 4:14 PM, [email protected] <[email protected]> wrote: > Hi, > > I am using kafak 0.8.2.1 , and when I startup Kafka with the script: > ./kafka-server-start.sh ../config/server.1.properties & > > I think it will run as background process, but when i close the terminal, > the server is shutdown, which looks that it doesn't run in background > > Then how can I run it in background? Thanks! > > > > > > > [email protected] >
