aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 02:46:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 02:46:42 +0000
commitf5fd26312adf554345ff3e5dfc70b32303dbdccd (patch)
tree4671b665fb15844dee3cd95a28a547d8ebaef1b3
parent2e3e1e9dcc8ffa9c03c4d3bc6c02ce8daae4446c (diff)
downloadpfsense-packages-f5fd26312adf554345ff3e5dfc70b32303dbdccd.tar.gz
pfsense-packages-f5fd26312adf554345ff3e5dfc70b32303dbdccd.tar.bz2
pfsense-packages-f5fd26312adf554345ff3e5dfc70b32303dbdccd.zip
Sleep for 60 seconds in between checks
-rw-r--r--packages/proxy_monitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/proxy_monitor.sh b/packages/proxy_monitor.sh
index 9d8ed657..c0fb34b6 100644
--- a/packages/proxy_monitor.sh
+++ b/packages/proxy_monitor.sh
@@ -9,7 +9,7 @@
set -e
-LOOP_SLEEP=5
+LOOP_SLEEP=60
if [ -f /var/run/squid_alarm ]; then
rm /var/run/squid_alarm