CronJob not running

前端 未结 11 1083
攒了一身酷
攒了一身酷 2020-11-22 02:33

I have set up a cronjob for root user in ubuntu environment as follows by typing crontab -e

  34 11 * * * sh /srv/www/live/CronJobs/daily.sh
  0          


        
11条回答
  •  攒了一身酷
    2020-11-22 02:38

    It might also be a timezone problem.

    Cron uses the local time.

    Run the command timedatectl to see the machine time and make sure that your crontab is in this same timezone.

    • https://askubuntu.com/a/536489/1043751

提交回复
热议问题