admin cloverdev You can add a monitoring script on your end to monitor the operation of your application and start it if it's not running.
Juice168 cloverdev Hello, i have the same issue with you: cron command not work after reboot. How can i receive the cron logs? Looking forward to your reply, thanks in advance.
Juice168 admin I got the same issue,How can i get cron logs mail to my inbox? Looking forward to your reply, thanks in advance.
admin Juice168 Cron logs are accessible using the mail command. You can also redirect the output to a chosen file yourself.
Juice168 admin Thank you for your reply. Can you give me a code example and when should I execute it?
admin Juice168 you can send the logs by setting MAILTO=inbox@example.com. If you want to redirect command output to file you can just use standard > FILE or >> FILE redirect.