Add a (temporary) job to push new subs to d_hlr

This commit is contained in:
Keith 2016-08-26 00:09:08 +02:00
parent 499b944580
commit e81e479757

View file

@ -23,6 +23,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
#Roaming jobs #Roaming jobs
*/30 * * * * root timeout 10m /usr/bin/python /var/rhizomatica/rccn/rrc.py > /dev/null 2>&1 ; timeout 15m /usr/bin/python /var/rhizomatica/rccn/rhs.py > /dev/null 2>&1 */30 * * * * root timeout 10m /usr/bin/python /var/rhizomatica/rccn/rrc.py > /dev/null 2>&1 ; timeout 15m /usr/bin/python /var/rhizomatica/rccn/rhs.py > /dev/null 2>&1
10 */2 * * * root /usr/bin/python /var/rhizomatica/rccn/push.py recent 1
#Cleanup inactive users #Cleanup inactive users
0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1 0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1