mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhem.pl: remove SIG{INT} (Forum #68412)
git-svn-id: https://svn.fhem.de/fhem/trunk@13606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5cb2f45e83
commit
28190e0e8c
@ -2976,7 +2976,6 @@ sub
|
||||
SignalHandling()
|
||||
{
|
||||
if($^O ne "MSWin32") {
|
||||
$SIG{INT} = sub { exit() };
|
||||
$SIG{TERM} = sub { $sig_term = 1; };
|
||||
$SIG{PIPE} = 'IGNORE';
|
||||
$SIG{CHLD} = 'IGNORE';
|
||||
|
Loading…
Reference in New Issue
Block a user