Changeset 474

Show
Ignore:
Timestamp:
05/22/08 11:50:55 (8 months ago)
Author:
mbailey
Message:

remove stale pids

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/deprec/templates/mongrel/mongrel_cluster-init-script

    r425 r474  
    3131      # chown $USER:$USER $PID_DIR 
    3232 
    33       mongrel_cluster_ctl start -c $CONF_DIR 
     33      mongrel_cluster_ctl start --clean -c $CONF_DIR 
    3434      RETVAL=$? 
    3535  ;; 
     
    3939  ;; 
    4040    restart) 
    41       mongrel_cluster_ctl restart -c $CONF_DIR 
     41      mongrel_cluster_ctl restart --clean -c $CONF_DIR 
    4242      RETVAL=$? 
    4343  ;;