Skip to content

Commit

Permalink
Pulling out the super-conservative global lock again
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Aug 3, 2009
1 parent 33d9723 commit 9071c89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/cerberus
Expand Up @@ -6,8 +6,5 @@ CERBERUS_LIB_DIR = File.join(File.dirname(Pathname.new(__FILE__).realpath),'..',
$: << CERBERUS_LIB_DIR

require 'cerberus/cli'
require 'cerberus/latch'

Cerberus::Latch.lock('/tmp/cerberus.lock', :lock_ttl => 2 * Cerberus::LOCK_WAIT ) do
Cerberus::CLI.new(*ARGV)
end
Cerberus::CLI.new(*ARGV)

0 comments on commit 9071c89

Please sign in to comment.