diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-22 22:13:06 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-22 22:13:06 (GMT) |
commit | d992239563aa128ca389ed5014d9460ac968fb9e (patch) | |
tree | 39655a182f518b73b8199b0084d8fd589ab7029f /files/etc/crontabs/root | |
parent | 43fe4b9c171fbb1aaec1a6097ede48bf798d74de (diff) |
Add test_gateway script as a cron. wan port is pinged every minute. If offline if-down-up -> retest if offline wan down
Diffstat (limited to 'files/etc/crontabs/root')
-rw-r--r-- | files/etc/crontabs/root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/etc/crontabs/root b/files/etc/crontabs/root new file mode 100644 index 0000000..cfac6b1 --- /dev/null +++ b/files/etc/crontabs/root @@ -0,0 +1 @@ +* * * * * /sbin/test_gateway > /dev/null |