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