mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Fix useless trapping of signal
This commit is contained in:
committed by
GitHub
parent
412aba470f
commit
2d1e693623
@@ -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