diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-03 15:38:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-03 15:38:53 +0200 |
commit | f61ec55fec7448c252af7ff4ffac13cbe8b5c893 (patch) | |
tree | 9ca646bec4a22eccdd14409843a356951a224456 /etc | |
parent | 83e5bc247e639cd5d547d5dd35e1b178585d5c8c (diff) | |
download | jenkins.debian.net-f61ec55fec7448c252af7ff4ffac13cbe8b5c893.tar.xz |
turn off cron noise
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/cron.d/jenkins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/jenkins b/etc/cron.d/jenkins index 6bf3f287..9a2ccc59 100755 --- a/etc/cron.d/jenkins +++ b/etc/cron.d/jenkins @@ -8,4 +8,4 @@ MAILTO=root 0 1,13 * * * 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 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start +30 * * * * root ( /usr/sbin/service ntp stop ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null |