Skip to content

Commit

Permalink
Always daemon=false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 4, 2014
1 parent b4945c2 commit a2daecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/droonga/command/droonga_engine.rb
Expand Up @@ -130,8 +130,6 @@ def initialize
if have_config_file?
if config.include?("daemon")
@daemon = config["daemon"]
else
@daemon = true
end
if @daemon
self.pid_file_path = config["pid_file"] || Path.default_pid_file
Expand Down

0 comments on commit a2daecd

Please sign in to comment.