Hi Community,
I have a problem with setting a cron job via CyberPanel 1.9.4
I set a cron job that runs every minute, exactly like the guide
that echo a string to a file.
echo “run” > /home/domain.com/public_html/log.txt
created the file and gave it 777 permissions.
Through the SSH it runs fine, even used the “su user” command to make sure it has the right permissions.
Now, I can see the cron jobs I created in the path /var/spool/cron/crontabs/user
But what is calling it? Maybe the problem is there and I will be able to trace the problem