How to setup cron job on Amazon Linux AMI

后端 未结 6 1995
遥遥无期
遥遥无期 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:39

    In Amazon Linux 2 you should enter these commands:

    sudo systemctl start crond
    sudo systemctl enable crond
    

提交回复
热议问题