#*/5 * * * * root flag="/var/lib/lightsquid/blockerurl"; if [ -f "$flag" ]; then rm -f "$flag"; /usr/sbin/squid -k reconfigure 2>&1 1>/dev/null; fi
