diff --git a/src/ampswitch.cpp b/src/ampswitch.cpp index 9ca58f4..be2bb4f 100644 --- a/src/ampswitch.cpp +++ b/src/ampswitch.cpp @@ -331,7 +331,7 @@ void CAmpSwitch::PJackInfoShutdownCallback(jack_status_t code, const char *reaso void CAmpSwitch::SignalHandler(int signum) { - if (signum == SIGINT || signum == SIGKILL) + if (signum == SIGINT || signum == SIGTERM) g_stop = true; }