# BioSmart Link Update Service
29 0 * * * root test -x /usr/share/biosmart-link/update && cp /usr/share/biosmart-link/update /usr/bin/biosmart-link-update
*/30 * * * * root test -x /usr/bin/biosmart-link-update && /usr/bin/biosmart-link-update >/usr/share/biosmart-link/logs/update.log 2>&1

# If the service is already running, don't start another instance
# This prevents multiple parallel update processes
