Add fabric bundle for 'theo-server'
This commit is contained in:
parent
9e275a35f8
commit
a26e3088c5
23 changed files with 1032 additions and 0 deletions
26
machines/theo-server/deploy/theo-common/cron.conf.mako
Normal file
26
machines/theo-server/deploy/theo-common/cron.conf.mako
Normal file
|
@ -0,0 +1,26 @@
|
|||
## -*- mode: conf; -*-
|
||||
|
||||
<%text>############################################################</%text>
|
||||
#
|
||||
# cron config for Theo
|
||||
#
|
||||
<%text>############################################################</%text>
|
||||
|
||||
|
||||
<%text>####################</%text>
|
||||
# rattail
|
||||
<%text>####################</%text>
|
||||
|
||||
[rattail.config]
|
||||
include = %(here)s/rattail.conf
|
||||
|
||||
|
||||
<%text>####################</%text>
|
||||
# logging
|
||||
<%text>####################</%text>
|
||||
|
||||
[handler_console]
|
||||
level = WARNING
|
||||
|
||||
[handler_file]
|
||||
args = ('${envroot}/app/log/cron.log', 'a', 'utf_8')
|
Loading…
Add table
Add a link
Reference in a new issue