mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Merge pull request #3 from Charroja/deepsource-fix-628e8ecf
Fix useless trapping of signal
This commit is contained in:
@@ -15,7 +15,7 @@ func Preconfig(dkill bool) {
|
|||||||
signal.Notify(sigc,
|
signal.Notify(sigc,
|
||||||
syscall.SIGHUP,
|
syscall.SIGHUP,
|
||||||
syscall.SIGINT,
|
syscall.SIGINT,
|
||||||
syscall.SIGSTOP,
|
|
||||||
syscall.SIGPIPE,
|
syscall.SIGPIPE,
|
||||||
syscall.SIGTERM,
|
syscall.SIGTERM,
|
||||||
syscall.SIGQUIT)
|
syscall.SIGQUIT)
|
||||||
|
|||||||
Reference in New Issue
Block a user