# amd ainic cronjob
# pull non persistent logs from all cards to host every min
*/1 * * * * root (bash -lc "nicctl_log_collect.sh")
# rotate and zip logs every 5 min
*/5 * * * * root (bash -lc "sleep 30; rotate_logs.sh")
# pull persistent logs from all cards to host every day at 01:23AM
23 1 * * * root (bash -lc "nicctl_log_collect.sh -p")
