I'm trying to execute a python script using the linux crontab, but i found a lot of solution and anyone works, for example edit the anacron at /etc/cron.d ou use crontab -e.
I want to run this script every 10 minutes.
What file must I edit to configure this?
Thanks in advance
EDIT
I put this line on ends of file, but doesn't changes anything. Must I restart any service?
*/2 * * * * /usr/bin/python /home/souza/Documets/Listener/listener.py
EDIT [2]
Guys, follow the source code, could be here the problem, but when i execute that manually, it works: