diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 6fe1d1c1a..597ac84e1 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -2410,6 +2410,7 @@ sub relay_fds { #Relays file descriptors from pipes to children to the SSL socke foreach (keys %plugin_children) { print "Sending INT to $_\n"; kill 2, $_; + kill 15, $_; } foreach my $cin ($fds->handles) { print $cin "die\n";