summaryrefslogtreecommitdiffstats
path: root/bin/net_applet
diff options
context:
space:
mode:
Diffstat (limited to 'bin/net_applet')
-rwxr-xr-xbin/net_applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/net_applet b/bin/net_applet
index 737d0d3..b8201f5 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -275,7 +275,7 @@ $SIG{USR1} = sub {
};
# do not create zombies (#20552)
-$SIG{CHLD} = \&harvester;
+Glib::Timeout->add_seconds(1, sub { $SIG{CHLD} = \&harvester; 0; });
sub harvester {
my $pid;
do {