blob: 8c62a5ef9d42ee047ba1e0c86bb0565d634930f7 (
plain)
1
2
3
4
5
6
7
8
|
MAILTO=root
PATH=/usr/bin:/bin:/usr/sbin:/sbin
@reboot root apt-get autoclean 1>/dev/null
# make latest package lists available to the user and Icinga
0 7,11,15 * * * root if [ ! -e /etc/lts.conf ]; then apt-get update 1>/dev/null 2>/dev/null; fi
15 8 * * * root if [ ! -e /etc/lts.conf ]; then apt-get clean 1>/dev/null 2>/dev/null; fi
|