From 8bd52106bc4cf17a02bab3d6b556aeeba178f44b Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 25 Jan 2024 17:00:28 +0100 Subject: [PATCH] pre-boot delay --- bouncer/bouncer.runit | 1 + 1 file changed, 1 insertion(+) diff --git a/bouncer/bouncer.runit b/bouncer/bouncer.runit index ff32729..cce0529 100755 --- a/bouncer/bouncer.runit +++ b/bouncer/bouncer.runit @@ -1,3 +1,4 @@ #!/usr/bin/env bash +sleep 3 echo "Starting Bouncer" /app/bin/bouncer