Add a randomized start time before running compress_logs.sh
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
00141350c9
commit
b0bfe39e7d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
MAILTO=root@fedoraproject.org,nils@redhat.com,asaleh@redhat.com
|
||||
0 06 * * * root /usr/local/bin/condense-mirrorlogs.sh > /dev/null
|
||||
0 09 5 * * root /usr/local/bin/compress_logs.sh > /dev/null
|
||||
* 09 5 * * root /usr/bin/sleep $(( $RANDOM \% 3600 )); /usr/local/bin/compress_logs.sh > /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue