Linux: Difference between revisions

24 bytes added ,  18 May 2020
Line 470: Line 470:
</syntaxhighlight>
</syntaxhighlight>


Add to sudo's crontab
Add to sudo's crontab to run every 30 minutes
<pre>
<pre>
*/30 * * * * /home/david/bin/check_inet.sh
*/30 * * * * /home/david/bin/check_inet.sh
</pre>
</pre>