Author Topic: Cron jobs from installation  (Read 71 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cron jobs from installation
« on: April 01, 2025, 01:28:06 AM »
Hello everyone,

I did a fresh install of Alma Linux 8.  All went well until I tried to add a cron job and accidently deleted the 2 that were created with the installation of Alma Linux 8.  Can some one out there post the 2 cron jobs that were created with the install.  Not sure how I did that. ::)

Thank you for your help.
David

Offline
*****
Re: Cron jobs from installation
« Reply #1 on: April 01, 2025, 12:37:30 PM »
root crontab?
Code: [Select]
1 2 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh/cwp_certs" > /dev/null
2 0 0 * * * /usr/local/cwp/php71/bin/php /usr/local/cwpsrv/var/services/user_files/modules/backups/cron_autobackup.php
3 00 03 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php

Offline
*
Re: Cron jobs from installation
« Reply #2 on: April 02, 2025, 12:15:14 AM »
Thank you, I was able to restore the cron jobs.

David