How to add a custom cron?

@Chris230291 : I’ve done several tests, and the only way to get it working was to put all cron directives into a file named /etc/crontabs/root owned by root user and root group, and with chmod 600 permissions.

Hope this helps.