# use bash for these jobs
SHELL=/bin/bash

# send mail to ops
MAILTO=ops

# VPN keep alive
*/30 * * * * ping -c 5 134.89.1.1

# sync swFOCE archive
*/5 0-23 * * * $HOME/xftest/cron/cron-swfoce -Sf $HOME/xftest/cron/cron-shore-tasks &> $HOME/xftest/logs/cron-sync.out

