[15:23] SpamapS: ping? [16:30] jdsanders: pong [16:30] jdsanders: another day, more fun? [16:32] lol, thanks for ponging but whatever it was I was gonna ask, I've figured out at this point [16:35] oh i remember now - I was wondering what you think the "expect" value should be if I'm using start-stop-daemon [16:36] is it "expect fork" because it forks to run the given --exec? [16:38] it seems to work fine without "expect fork", so I just left it off, but logically it seems like it should have it [16:38] SpamapS: ^^ [16:47] jdsanders: no [16:48] jdsanders: expect is only for processes that detach from their parents [16:48] jdsanders: if redis has a "run in the foreground" mode, just use that [16:48] oh ho ho! [16:48] well, i am [16:48] then no expect is needed [16:48] so your point is that even though multiple processes are created, none of them are detached [16:48] so everything tracks properly [16:48] gotcha [16:48] that clears up some confusion [16:56] thanks again SpamapS!