Help for this page

Select Code to Download


  1. or download this
            if (system(@args1) != 0) {
                    logEntry ("No repeater.pl is running, attempting to re
    +start");
                    $repeater;
            }
    
  2. or download this
            if (system(@args1) != 0) {
                    logEntry ("No repeater.pl is running, attempting to re
    +start");
                    $repeater = Proc::Background->new('/etc/squid/repeater
    +/lib/repeater.pl');
            }
    
  3. or download this
            if (!$repeater->alive()) {
                    logEntry ("No repeater.pl is running, attempting to re
    +start");
                    $repeater = Proc::Background->new('/etc/squid/repeater
    +/lib/repeater.pl');
            }