Hi!
I’m trying to get the cron job to work on a Synology NAS.
A lot of Googling later I found out that the built-in schedule task would do the trick.
I created a task to run as root (also tried admin) but I only get this: “Current status: 126 (Interrupted) Standard output/error:
sh: /volume1/web/osticket/upload/api/cron.php: Permission denied”.
Checked the permissions on cron.php and admin has full access (root is not listed).
Perhaps this is more of Synology question, I don’t know.
Another thing. Cron.php.
Do I need to do any changes what so ever to that file or will work out of the box?
Found a lot of threads mention lines like “/5 * root /usr/bin/php” would be added to “cronjob”.
Do I need to add lines like that? If so, what do I add and to what file?
Thank you in advance!