Changeset 493

Show
Ignore:
Timestamp:
06/10/08 00:04:21 (3 months ago)
Author:
mbailey
Message:

use copytruncate to remove the need to restart mongrels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/deprec/templates/mongrel/logrotate.conf.erb

    r492 r493  
    66  compress 
    77  sharedscripts 
    8   postrotate 
    9     for i in `ls /var/www/apps/<%= application %>/shared/pids/mongrel.*.pid`; do 
    10       kill -USR2 `cat $i` 
    11     done 
    12   endscript 
     8  copytruncate 
    139} 
    1410