Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
Updated daemon script
Browse files Browse the repository at this point in the history
  • Loading branch information
soulim committed Oct 20, 2010
1 parent 52536db commit 62167e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/daemon
Expand Up @@ -6,11 +6,7 @@ require 'daemons'
require 'prism'
require 'fileutils'

#pids_dir = File.join(File.dirname(__FILE__), '..', 'tmp', 'pids')
#FileUtils.mkdir_p(pids_dir)

options = {
#:app_name => "prism",
:dir_mode => :normal,
:dir => File.join(File.dirname(__FILE__), '..', 'tmp', 'pids'),
:log_output => false,
Expand Down

0 comments on commit 62167e3

Please sign in to comment.