Hi!
On Fri, Sep 06, 2013 at 11:21:24AM -0500, Mike Pomraning wrote:
> are too clever, you could instead log inside of ``service/control/t'' and
Yeah, I've already implemented this, looks like there is no simpler way.
control/t:
#!/bin/sh
touch .killed
exit 1
finish:
#!/bin/sh
rm .killed 2>/dev/null && exit
tail ./log/current | mail "$USER" -s "service exit: $(basename "$(pwd)")"
--
WBR, Alex.
Received on Fri Sep 06 2013 - 16:59:28 UTC