# File lib/daemon_controller.rb, line 291
        def pid
                @lock_file.shared_lock do
                        return read_pid_file
                end
        end