Hi aris
You could do it without cron by wrapping the script in a loop:
[code]#!/bin/sh
#
# This is scheduled in CRON. It will run every 20 minutes
# and check for inactivity. It compares the RX and TX packets
# from 20 minutes ago to detect if they sig...
You could do it without cron by wrapping the script in a loop:
[code]#!/bin/sh
#
# This is scheduled in CRON. It will run every 20 minutes
# and check for inactivity. It compares the RX and TX packets
# from 20 minutes ago to detect if they sig...