
################################
#
# Housekeeping routines for WIMS
#
################################

# Just a small log rotation, not absolutely necessary.

17 02 * * 0 cd /var/wims/log; mv clean.log clean.log.1 >&/dev/null

# Uncomment the following line for automatic download of new WIMS versions.
# (This is not yet ready.)

# 21 03 * * 0 /var/wims/download/wimsget

# Uncomment the following line (after correcting the directory setting)
# in order to activate automatic activity accounting.

# 06 00 * * * /var/wims/log/account.sh

