Linux: Difference between revisions
Line 478: | Line 478: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Add to sudo's crontab to run every | Add to sudo's crontab to run every 10 minutes | ||
<pre> | <pre> | ||
*/ | */10 * * * * /home/david/bin/check_inet.sh | ||
</pre> | </pre> |
Line 478: | Line 478: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Add to sudo's crontab to run every | Add to sudo's crontab to run every 10 minutes | ||
<pre> | <pre> | ||
*/ | */10 * * * * /home/david/bin/check_inet.sh | ||
</pre> | </pre> |