12 lines
356 B
Mako
12 lines
356 B
Mako
## -*- mode: conf; -*-
|
|
|
|
<%text>############################################################</%text>
|
|
#
|
|
# cron schedule for ${envname}
|
|
#
|
|
<%text>############################################################</%text>
|
|
|
|
|
|
# overnight automation starts at ${pretty_time}
|
|
${'' if env.machine_is_live else '# '}${cron_time} * * * rattail ${envroot}/app/overnight.sh
|
|
|