From 1498b821679ded06b5d874064d3e125bd0b46b18 Mon Sep 17 00:00:00 2001 From: "Gregory N. Schmit" Date: Sun, 31 Mar 2024 11:46:56 -0500 Subject: [PATCH] Try to disable puma pidfile to avoid reboot loop. --- test/config/puma.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config/puma.rb b/test/config/puma.rb index 42857a5..6734997 100644 --- a/test/config/puma.rb +++ b/test/config/puma.rb @@ -19,3 +19,4 @@ port ENV.fetch("PORT", 3000) plugin :tmp_restart # pidfile ENV["PIDFILE"] if ENV["PIDFILE"] +pidfile ""