#
# crontab for SCCL
#
# write config to ULS
42 1 * * * root [ -f /etc/sccl/sccl.conf ] && . /etc/sccl/sccl.conf && [ -x $SCCLBASEDIR/bin/sccl_2_uls ] && $SCCLBASEDIR/bin/sccl_2_uls config >/tmp/sccl_2_uls.log 2>&1
# write status to ULS
21 * * * * root [ -f /etc/sccl/sccl.conf ] && . /etc/sccl/sccl.conf && [ -x $SCCLBASEDIR/bin/sccl_2_uls ] && $SCCLBASEDIR/bin/sccl_2_uls status >>/tmp/sccl_2_uls.log 2>&1
