So Ruby's daemons gem lets you set monitor=true
when you start up your process. What the heck is a monitor and what do you do with it? All you do is specify true
or false
...is that creating a log file somewhere? Something that is actually monitoring the process, like god
? Why is the documentation on what this thing is so horrible?
Or is this actually a Unix thing that everyone is supposed to know about? :)