Method: Status#configure
- Defined in:
- lib/init.rb
#configure ⇒ Object
7 8 9 10 11 12 |
# File 'lib/init.rb', line 7 def configure [ ['-c', '--chdir PATH', "Change to dir before starting (will be expanded)", :@cwd, Dir.pwd], ['-P', '--pid FILE', "Where to write the PID", :@pid_file, "log/mongrel.pid"] ] end |