blob: f229c8484afe0bacd7265084d78fe81994b2669e (
plain)
1
2
3
4
5
6
7
|
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,15 * * * root if [ ! -e /etc/lts.conf ]; then apt-get update 1>/dev/null 2>/dev/null; fi
|