2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Merge pull request #996 from chenglch/xcatdint

Delete signal to stop monitor process
This commit is contained in:
Xiaopeng Wang 2016-04-28 16:41:50 +08:00
commit ccc72b0742

View File

@ -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;