echo "Expiryfile and triggerfile exists. Telling tirex to rerender the tiles mentioned there..."
echo "Number of lines: `wc -l $EXPIRYFILE`"
# Used to be zoom 13-20 but that causes too much load. Reduced to 15-20.
- # Trying completely without. Lots of load, way too many false positives. -unrz191 2015-09-04
- cat $EXPIRYFILE | /home.local/osm/bin/osmtilecleanup.pl \
- --action rerenderexpiredlist --zoom 15-20 \
- --rrs /home.local/osm/bin/osmrerenderwrapper.sh \
+ cat $EXPIRYFILE | sudo -u tirex /home.local/osm/bin/osmtilecleanup.pl \
+ --action touchexpiredlist --zoom 15-20 \
/var/lib/tirex/tiles/osm
- cat $EXPIRYFILE | /home.local/osm/bin/osmtilecleanup.pl \
- --action rerenderexpiredlist --zoom 15-20 \
- --rrs /home.local/osm/bin/osmrerenderwrapper-osmde.sh \
+ cat $EXPIRYFILE | sudo -u tirex /home.local/osm/bin/osmtilecleanup.pl \
+ --action touchexpiredlist --zoom 15-20 \
/var/lib/tirex/tiles/osmde
+ cat $EXPIRYFILE | sudo -u tirex /home.local/osm/bin/osmtilecleanup.pl \
+ --action touchexpiredlist --zoom 15-20 \
+ /var/lib/tirex/tiles/osmhd
else
echo "Expiryfile exists but rerendering is disabled."
fi