jpillora / overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
MIT License
2.33k stars 209 forks source link

avoid blocking USR1 from slave #32

Closed mutexlock closed 5 years ago

mutexlock commented 5 years ago

fix https://github.com/jpillora/overseer/issues/31

jpillora commented 5 years ago

Thanks!