From ef3f0387739fa2ab78c6db5600a2a3a5b0c46e8b Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sun, 31 Aug 2014 19:42:42 -0500 Subject: [PATCH] Added RRC and RIP cronjobs (5 minutes / once a day). --- modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica b/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica index bbf564d..3330648 100644 --- a/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica +++ b/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica @@ -9,5 +9,5 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn 0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh */5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh */5 * * * * root /var/rhizomatica/bin/network_update_rrd.sh -# */10 * * * * root /home/rhizomatica/bin/bind_check.sh - +*/5 * * * * root /usr/bin/python /var/rhizomatica/rccn/rrc.py + 0 3 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py