From 0ff00123853fd9880710be6399f532217f1f6989 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 21 Sep 2009 00:41:41 +0000 Subject: [PATCH 1/1] poll every 5 minutes for new users --- rt.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0