Updated Cron Jobs (markdown)

iBNu Maksum 2023-08-15 10:38:50 +07:00
parent ffbb1538b2
commit 1bd8dd5e6d

@ -1,3 +1,4 @@
# EXPIRED AND AUTO RENEWAL
Cronjob will execute expired customer, this is important
@ -22,4 +23,12 @@ if you create hourly voucher, maybe you need to run every 5 minutes
another example [crontab.guru](https://crontab.guru/examples.html)
i dont know about windows, maybe using Scheduller, just search google
i dont know about windows, maybe using Scheduller, just search google
# REMINDER
This will send reminder for user every 7 AM
```bash
0 7 * * * cd /path/to/phpnuxbill/system && php -f cron_reminder.php
```