How to stop a Daemon Server in Rails?

前端 未结 15 596
灰色年华
灰色年华 2020-12-12 09:52

I am running my rails application using the following

  $script/server -d webrick 

on my Ubuntu system , above command run the webrick s

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 10:34

    I came here because I were trying to (unsuccesfully) stop with a normal kill, and thought I'd being doing something wrong.

    A kill -9 is the only sure way to stop a ruby on rails server? What!? Do you know the implications of this? Can be a disaster...

提交回复
热议问题