summaryrefslogtreecommitdiff
path: root/etc/cron.d/itzks-systems-common
blob: 5fc02cf524303bb4dc2899eb2797dcfdae2cfad2 (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,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