On Aug 6, 2015 10:25 AM, "Ido Perlmuter" <[email protected]> wrote:
>
> Thanks a lot of the help Colin.
>
> It definitely works, and I'm sure I can find a way to get the correct
> runsvdir pid.
>
The only concern is if you have loggers that don't exit when stdin closes.
Though any logger than doesn't quit when stdin closes is a poor logger.
>
>
> It's definitely not ideal, but I'll take a look into it. Just to be clear,
> "kill $svscan-pid", that will be a TERM signal, right?
>
Yes. Kill without any explicit signal sends TERM by default. If you want to
be really careful, you can explicitly send -15 though.

Cheers!

Reply via email to