I have a problem with my Ubuntu machine. Every 15-20 mins my wifi stops working. The connection remains intact but internet access dies.
Whenever this happens - I restart Network-Manager and all is well for another 15 mins.
What I would like to do is set up a CRON job which does this for me. I have the following in my crontab...
*/2 * * * * service network-manager restart
(It is 2 mins for debugging)
This does not work though. I read online that when doing things akin to this via CRON, one needs to specify the full path (which I do not know).
Can anyone help me with this problem?