From: Stephen Soltesz Date: Mon, 21 Sep 2009 00:41:41 +0000 (+0000) Subject: poll every 5 minutes for new users X-Git-Tag: PLCRT-1.0-8~3 X-Git-Url: http://git.onelab.eu/?p=plcrt.git;a=commitdiff_plain;h=0ff00123853fd9880710be6399f532217f1f6989 poll every 5 minutes for new users --- diff --git a/rt.cron b/rt.cron index f194581..1c47198 100644 --- a/rt.cron +++ b/rt.cron @@ -2,5 +2,5 @@ SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/share/plcrt HOME=/usr/share/plcrt -01 * * * * root rtcron.sh +*/5 * * * * root rtcron.sh