Sha256: d4f98cbd332f9f47bb5d78542c82fe5f9171acb40430f09c1b5ca8e25a33a78e
Contents?: true
Size: 584 Bytes
Versions: 28
Compression:
Stored size: 584 Bytes
Contents
<% @read_cmd = 'crontab -l' @write_cmd = 'crontab -' %> PATH=/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/sbin:/usr/sbin MAILTO=<%= rubber_env.admin_email %> # don't need to set RUBBER_ENV for each script since we set it for all cron here RUBBER_ENV=<%= RUBBER_ENV %> RAILS_ENV=<%= RUBBER_ENV %> # Roll all rails logs at midnight 0 0 * * * LOG_DIR=<%= RUBBER_ROOT %>/log <%= RUBBER_ROOT %>/script/cron-rake rubber:rotate_logs # Automatically set the clock for all machines <%= rand(60) %> 4 * * * <%= RUBBER_ROOT %>/script/cron-sh -- ntpdate pool.ntp.org
Version data entries
28 entries across 28 versions & 4 rubygems