[CentOS] strange system outage

Wed May 10 20:18:22 UTC 2017
Jonathan Billings <billings at negate.org>

On Wed, May 10, 2017 at 03:19:05PM -0400, Larry Martell wrote:
> > How are you starting this daemon?
> 
> I am using code something like this: https://gist.github.com/slor/5946334.

Oh, I was assuming that since you called it a daemon, it was actually
something started automatically on boot, instead of something you
manually started and it daemonized.

If it is dying, are you logged in when its running?  does it require
you to be connected when its running?  Maybe you should run it in a
screen/tmux instead of daemonizing, so you can see stderr/stdout?

-- 
Jonathan Billings <billings at negate.org>