ByEzel Hello. I am using aapanel in ubuntu 20.4 operating system. cronjob is not running automatically. can you help me ?
aaPanel_Kern ByEzel Hi, please check if your cron is running: debian: systemctl status cron If it is not running, start cron and set it to start on boot debian: systemctl start cron allow boot debian: systemctl enable cron
aaPanel_Kern ByEzel Hello, according to the prompt reading crontab for user root, please check whether your cron is configured incorrectly? Use the command: crontab -l
aaPanel_Kern ByEzel Hello, is it recommended that you restart cron to check if the error will still be reported? Start cron at boot: systemctl enable cron