Changeset 474
- Timestamp:
- 05/22/08 11:50:55 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/deprec/templates/mongrel/mongrel_cluster-init-script
r425 r474 31 31 # chown $USER:$USER $PID_DIR 32 32 33 mongrel_cluster_ctl start - c $CONF_DIR33 mongrel_cluster_ctl start --clean -c $CONF_DIR 34 34 RETVAL=$? 35 35 ;; … … 39 39 ;; 40 40 restart) 41 mongrel_cluster_ctl restart - c $CONF_DIR41 mongrel_cluster_ctl restart --clean -c $CONF_DIR 42 42 RETVAL=$? 43 43 ;;
