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:
commit
ccc72b0742
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user