From 965fa4467b6480ba182852234e0d459fd57c4a77 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 24 May 2023 18:01:28 -0700 Subject: [PATCH] Update crontest --- crontest | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crontest b/crontest index ad9bd30..6a9f87d 100644 --- a/crontest +++ b/crontest @@ -1,2 +1,10 @@ +#cron is a tool used to automate system processes in the background. It does not +#display anything while runniing. +#you can use the following formula to remember how it works... +#you need an entry for every *, there are 5 stars. each star represents +#a timeframe... minute, hour, day of month, month, day of week + +#the cron settings we have here represent + # 1 1 */5 * * /home/qortal/auto-fix-qortal.sh > "/home/qortal/qortal/auto-fix-01.log" 2>&1 */2 * * * * auto-fix-qortal.sh > "~/qortal/auto-fix-2-min-test.log" 2>$1