Closed derricw closed 4 years ago
This is an attempt to replace the use of syscall.Pdeathsig (since it is not available on MacOS).
syscall.Pdeathsig
It was used to ensure that the signal-cli daemon subprocess is killed whenever siggo is killed.
signal-cli
siggo
A replacement needs to ensure that the daemon is killed for all reasonable scenarios.
This is an attempt to replace the use of
syscall.Pdeathsig
(since it is not available on MacOS).It was used to ensure that the
signal-cli
daemon subprocess is killed wheneversiggo
is killed.A replacement needs to ensure that the daemon is killed for all reasonable scenarios.