I'm launching a WEBrick daemon (linux) from a script. Think I can find enough in the documentation and rails code to do what I need.
But, once started, I haven't found any mention of how to stop it.
Any clues?
Robert
I'm launching a WEBrick daemon (linux) from a script. Think I can find enough in the documentation and rails code to do what I need.
But, once started, I haven't found any mention of how to stop it.
Any clues?
Robert
ctrl-c
b
robert wrote: