- or download this
if (system(@args1) != 0) {
logEntry ("No repeater.pl is running, attempting to re
+start");
$repeater;
}
- 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');
}
- 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');
}