I tried to add new cron task under root in Ubuntu:
* * * * * python /home/o/Desktop/Python/init.py >/dev/null 2>&1
After I did restart service like:
sudo service cron restart
It does not work in result, why?
I tried to add new cron task under root in Ubuntu:
* * * * * python /home/o/Desktop/Python/init.py >/dev/null 2>&1
After I did restart service like:
sudo service cron restart
It does not work in result, why?