How to setup cron job on Amazon Linux AMI

后端 未结 6 1993
遥遥无期
遥遥无期 2021-02-20 17:57

I am hosting Tiny Tiny RSS site hosted on

Amazon Linux AMI

To update the feed automatically I have to run following cron job.

Referen

6条回答
  •  遥遥无期
    2021-02-20 18:26

    You should first inspect the cron log file /var/log/cron and look for any errors. This will probably give you the answer. Also make sure you can run the command successfully on the command line (/usr/bin/php /var/www/html/tt-rss/update.php --feeds --quiet).

提交回复
热议问题