From 1bd8dd5e6d35cb2dd20aa0ac126ab1e9bd41ffb7 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 15 Aug 2023 10:38:50 +0700 Subject: [PATCH] Updated Cron Jobs (markdown) --- Cron-Jobs.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Cron-Jobs.md b/Cron-Jobs.md index f8781f9..55fc44d 100644 --- a/Cron-Jobs.md +++ b/Cron-Jobs.md @@ -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 \ No newline at end of file +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 +``` \ No newline at end of file