Commit 4d6b2a77 authored by Holger Levsen's avatar Holger Levsen
Browse files

only check for outdated running kernels via cron once a day, as the...


only check for outdated running kernels via cron once a day, as the maintenance job also checks this

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent c8731d91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@

MAILTO=root

0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
0 1 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@

MAILTO=root

0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
0 1 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

MAILTO=root

0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
0 1 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages
30 * * * * root ( /usr/sbin/service ntp stop ; sleep 2 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null
0 0 * * * root mkdir -p /etc/apache2/ssl/debsso && /usr/local/bin/update-debsso-ca --destdir /etc/apache2/ssl/debsso