# File src/ruby_supportlib/phusion_passenger/vendor/daemon_controller.rb, line 324
  def pid
    @lock_file.shared_lock do
      read_pid_file
    end
  end