Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/util/signals
Jeff Becker 73f77f1624 properly handle os.Interrupt Signal
This makes systemd not put unit into fail mode when stopping

INFO:

* make sure to use signals.RegisterCloser for everything that should be closed on interrupt

* for any net.Listeners created make sure to wrap them with network.WrapListener and register with signals.RegisterCloser
2017-05-10 08:23:29 -04:00
..
closers.go properly handle os.Interrupt Signal 2017-05-10 08:23:29 -04:00
interrupt.go properly handle os.Interrupt Signal 2017-05-10 08:23:29 -04:00
unix.go properly handle os.Interrupt Signal 2017-05-10 08:23:29 -04:00
win32.go properly handle os.Interrupt Signal 2017-05-10 08:23:29 -04:00