# skip this cronjob if running under systemd
15 0 * * * root if [ ! -d /run/systemd/system ] && [ -x /usr/bin/ark-activity-config ]; then sleep $(shuf -i 0-3600 -n 1); sudo -u ark /usr/bin/ark-activity-config team-probing; fi
