blob: acdb75716e47ae9d12e33761d33035859d4ed9a9 [file] [log] [blame]
#! /bin/sh
#
# Long-running script that triggers dhcp-rogue check runs.
#
# Wait a while before actually running the checks.
sleep 300
while true; do
dhcp-rogue -i br0
sleep 900
done