qiuxiafei/zk-web

"lein run" cannot go background

Closed this issue · 1 comments

"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.

Never mind. Nohup comes in handy for this.