From 0f80e23fb61ea6023ddfb66a925e0e9b9791ed81 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 19 Jul 2016 18:27:14 +0200 Subject: CRON: Silence calls to apt-get autoclean on system reboot. Such messages are "flooding" root mails on TJENER. --- etc/cron.d/itzks-systems-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/cron.d/itzks-systems-common') diff --git a/etc/cron.d/itzks-systems-common b/etc/cron.d/itzks-systems-common index 8c5ba13..e85bb4c 100644 --- a/etc/cron.d/itzks-systems-common +++ b/etc/cron.d/itzks-systems-common @@ -1,4 +1,4 @@ MAILTO=root PATH=/usr/bin:/bin:/usr/sbin:/sbin -@reboot root apt-get autoclean +@reboot root apt-get autoclean 1>/dev/null -- cgit v1.2.3