# /etc/cron.d/dphys-admin - nightly trigger automatic updates
# authors dsbg and franklin, last modification 2004.03.26
# copyright ETH Zuerich Physics Departement
#   use under either modified/non-advertising BSD or GPL license

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# daily early morning autoupgrade of our systems
#   after 06:00, so that Debian site mirroring can take up to 5 hours
#   before 07:00 so that users starting then do not get disturbed
#     by 1 hour, because random sleep 0..59min to spread load on pkg server
0 6 * * *	root	/usr/sbin/dphys-admin cron > /dev/null 2>&1

