qiuxiafei / zk-web

A web UI for zookeeper
500 stars 153 forks source link

"lein run" cannot go background #22

Closed dwu-zingbox closed 8 years ago

dwu-zingbox commented 8 years ago

"lein run" will start the service normally. Problem is when I tried to put it to background.

Using "lein run &" will kick start the tasks but not listening any port nor there's any print out.

Using CTRL-z then bg will have the same result.

ENV: Ubuntu 14.04 x64 server, Java8.

dwu-zingbox commented 8 years ago

Never mind. Nohup comes in handy for this.