Skip to content

Commit

Permalink
Change pid place.
Browse files Browse the repository at this point in the history
  • Loading branch information
iafonov committed Aug 17, 2011
1 parent e64af9a commit 65dc1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/headless/video/video_recorder.rb
Expand Up @@ -7,7 +7,7 @@ def initialize(display, dimensions, options = {})
@display = display
@dimensions = dimensions

@pid_file = "/var/run/recorder_#{@display}.pid"
@pid_file = "/tmp/.recorder_#{@display}-lock"
end

def start
Expand Down

0 comments on commit 65dc1db

Please sign in to comment.