rcrowley / goagain

Zero-downtime restarts in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relauch terminates when the executable is missing

rbucker opened this issue · comments

While it's not likely that the user is going to signal the running app to -USR2 when the executable is not present... when the user does the app crashes. It should write an error to the log instead of stopping.

Good idea, thank you, @rbucker881.