Changeset 1005

Show
Ignore:
Timestamp:
04/16/08 23:32:11 (5 months ago)
Author:
evanweaver
Message:

Document issue with soft restart pid file setting (closes #29).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable_1-2/bin/mongrel_rails

    r1004 r1005  
    216216        ['-f', '--force', "Force the shutdown (kill -9).", :@force, false], 
    217217        ['-w', '--wait SECONDS', "Wait SECONDS before forcing shutdown", :@wait, "0"],  
    218         ['-P', '--pid FILE', "Where the PID file is located.", :@pid_file, "log/mongrel.pid"] 
     218        ['-P', '--pid FILE', "Where the PID file is located (cannot be changed via soft restart).", :@pid_file, "log/mongrel.pid"] 
    219219      ] 
    220220    end