mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
Merge pull request #996 from chenglch/xcatdint
Delete signal to stop monitor process
This commit is contained in:
@ -962,7 +962,6 @@ $SIG{TERM} = $SIG{INT} = sub {
|
||||
kill 'USR2', $pid_UDP;
|
||||
}
|
||||
if ($pid_MON) {
|
||||
kill 'INT', $pid_MON;
|
||||
kill 'USR2', $pid_MON;
|
||||
}
|
||||
xCAT::Table::shut_dbworker;
|
||||
|
Reference in New Issue
Block a user