From 9151ba07f8ede1b434dbe22762245a21170b6334 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 15 Jun 2025 11:13:49 -0400 Subject: [PATCH] Update instructions on how to copy schedule into crontab --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f1b78e6..d02d40c 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,13 @@ CalcSticker will also start on the 15th but 15 seconds past midnight. It will w crontab is... (minute) (hour) (day of month) (month) (day of week) + +The following is the production crontab. you can directly copy these lines into the cron schedule... +1) Stop the cron service. sudo service cron stop +2) Copy/Paste daya ... sudo crontab -e and then copy the below lines +3) Restart cron sudo service cron restart +4) Ensure cron is running sudo service cron status + # sudo service cron reload , sudo service cron restart # cron helper app here -> https://cron.help/#*/5_9-17_*_*_1-5 # m h dom mon dow command