Project

General

Profile

« Previous | Next » 

Revision f2025e91

Added by Scott Ullrich over 18 years ago

Shift ping handling duties over to minicron. Cron is just not working for some reason.

View differences:

etc/crontab
7 7
1		 *	 	1	 	*	 	*	 	root	 /usr/bin/nice -n20 /etc/rc.update_bogons.sh
8 8
*/60	 *	 	*	 	*	 	*	 	root	 /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
9 9
1		 1	 	*	 	*	 	*	 	root	 /usr/bin/nice -n20 /etc/rc.dyndns.update
10
*/5		 *	 	*	 	*	 	*	 	root	 /usr/bin/nice -n20 /etc/ping_hosts.sh
11 10
*/60	 *	 	*	 	*	 	*	 	root	 /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot
12 11
*/60	 *	 	*	 	*	 	* 	 	root	 /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c
13 12
*/60	 *	 	*	 	*	 	* 	 	root	 /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c
etc/rc
219 219
rm -f /tmp/rc.linkup
220 220
/usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null
221 221

  
222
# Start ping handler for every 240 seconds
223
minicron 240 /var/run/ping_hosts.pid /etc/ping_hosts.sh
224

  
222 225
echo "Bootup complete"
223 226

  
224 227
/usr/local/bin/beep.sh start 2>&1 >/dev/null

Also available in: Unified diff