Update instructions on how to copy schedule into crontab
This commit is contained in:
@@ -122,6 +122,13 @@ CalcSticker will also start on the 15th but 15 seconds past midnight. It will w
|
|||||||
crontab is...
|
crontab is...
|
||||||
(minute) (hour) (day of month) (month) (day of week)
|
(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
|
# sudo service cron reload , sudo service cron restart
|
||||||
# cron helper app here -> https://cron.help/#*/5_9-17_*_*_1-5
|
# cron helper app here -> https://cron.help/#*/5_9-17_*_*_1-5
|
||||||
# m h dom mon dow command
|
# m h dom mon dow command
|
||||||
|
|||||||
Reference in New Issue
Block a user