summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/bin/freeside-torrus-srvderive3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive
index e83318fe8..3985601c0 100644
--- a/FS/bin/freeside-torrus-srvderive
+++ b/FS/bin/freeside-torrus-srvderive
@@ -75,6 +75,7 @@ while (1) {
&reap_kids;
if ( $kids >= $max_kids ) {
sleep 5;
+ myexit() if sigterm() || sigint();
redo;
}
@@ -240,7 +241,7 @@ while (1) {
myexit() if sigterm() || sigint();
warn "restarting main loop\n" if $DEBUG > 1;
- sleep 60 unless $found;
+ #sleep 60 unless $found;
}
sub _shouldrun {