pidfile= path

in lib/functions_framework/server.rb [270:273]


      def pidfile= path
        @pidfile = (path || ::ENV["PIDFILE"] || "puma.pid").to_s
      end