Ignore:
Timestamp:
11/25/13 17:17:06 (10 years ago)
Author:
angelo
Message:

Ticket #0000 - sincronizacao das alteracoes do trunk com este sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/INSTALL/arquivos/expresso-cron

    r8137 r8265  
    55 
    66# Utilizado para verificar se ha algum alarme, por e-mail, do modulo ExpressoCalendar 
    7 #CENTOS*/1 *    * * *   apache   php    EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 
    8 #DEBIAN*/1 *    * * *   www-data php5   EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 
     7#CENTOS*/1 *    * * *   apache      php  EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 
     8#DEBIAN*/1 *    * * *   www-data    php5 EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 
    99 
    1010# Utilizado para limpar a tabela, temporaria, que contem os e-mails (rascunhos) antes de 
    1111#  serem salvos no IMAP. 
    12 #CENTOS00 02    * * *   apache          php     EXPRESSO_DIR/prototype/modules/mail/cleanMailAttachments.php  
    13 #DEBIAN00 02    * * *   www-data        php5    EXPRESSO_DIR/prototype/modules/mail/cleanMailAttachments.php  
     12#CENTOS00 02    * * *   apache          php      EXPRESSO_DIR/prototype/modules/mail/cleanMailAttachments.php  
     13#DEBIAN00 02    * * *   www-data        php5 EXPRESSO_DIR/prototype/modules/mail/cleanMailAttachments.php  
    1414 
    1515# Utilizado para limpar a tabela de registros de acesso, sessoes, do Expresso (phpgw_access_log) 
    16 #CENTOS00 22    * * *   apache          php     EXPRESSO_DIR/phpgwapi/cron/clean_phpgw_tables.php 
    17 #DEBIAN00 22    * * *   www-data        php5    EXPRESSO_DIR/phpgwapi/cron/clean_phpgw_tables.php 
     16#CENTOS00 22    * * *   apache          php      EXPRESSO_DIR/phpgwapi/cron/clean_phpgw_tables.php 
     17#DEBIAN00 22    * * *   www-data        php5 EXPRESSO_DIR/phpgwapi/cron/clean_phpgw_tables.php 
    1818 
    1919# Utilizado para limpar os arquivos de sessao do PHP 
    20 #*/31 *  * * *   root                    find /dev/shm -type f -name "sess_*" -cmin 240 -print0 | xargs -n 200 -r -0 rm 
    21 */31 *  * * *   root                    find /dev/shm -type f -name "sess_*" -cmin +240 -delete 
     20#*/31 *         * * *   root        find /dev/shm -type f -name "sess_*" -cmin 240 -print0 | xargs -n 200 -r -0 rm 
     21*/31 *          * * *   root        find /dev/shm -type f -name "sess_*" -cmin +240 -delete 
    2222 
    2323# Utilizado para limpar os arquivos, eml, criados ao exportar mensagens 
    24 #13 */4 * * * root                      find /tmp/ -iname "*.eml" -amin +60 -exec rm -f '{}' \; 
    25 13 */4  * * * root                      find /tmp/ -iname "*.eml" -cmin +60 -delete 
     24#13 */4         * * *   root            find /tmp/ -iname "*.eml" -amin +60 -exec rm -f '{}' \; 
     2513 */4          * * *   root            find /tmp/ -iname "*.eml" -cmin +60 -delete 
     26 
     27# Para o DSPAM 
     28#*/15 *         * * *   root        pidof dspam 1&> /dev/null ; [ $? -ne 0 ] && service dspam restart 
    2629 
    2730# 
Note: See TracChangeset for help on using the changeset viewer.