Changeset 1004
- Timestamp:
- 04/16/08 23:29:44 (6 months ago)
- Files:
-
- branches/stable_1-2/bin/mongrel_rails (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-2/bin/mongrel_rails
r1000 r1004 93 93 94 94 daemonize 95 write_pid_file 95 96 log "Daemonized, any open files are closed. Look at #{defaults[:pid_file]} and #{defaults[:log_file]} for info." 96 97 log "Settings loaded from #{@config_file} (they override command line)." if @config_file … … 131 132 config.log "Mongrel #{Mongrel::Const::MONGREL_VERSION} available at #{@address}:#{@port}" 132 133 133 if config.defaults[:daemon] 134 config.write_pid_file 135 else 134 unless config.defaults[:daemon] 136 135 config.log "Use CTRL-C to stop." 137 136 end
