From eef714a1c010f1cc1ee7cc9bfc5b0e6abe266e45 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 21 Jan 2026 09:32:37 +0100 Subject: sleep 5 seconds because why not --- host/Rory-ovh/services/containers/spacebar/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix index fd8b488..28892d1 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix @@ -27,7 +27,7 @@ { path = [ pkgs.netcat pkgs.bash ]; serviceConfig = { - ExecStartPre = "${pkgs.bash}/bin/sh -c 'until ${pkgs.netcat}/bin/nc -z ${address} 5432; do echo \"Waiting for database server...\"; sleep 0.2; done'"; + ExecStartPre = "${pkgs.bash}/bin/sh -c 'sleep 5; until ${pkgs.netcat}/bin/nc -z ${address} 5432; do echo \"Waiting for database server...\"; sleep 0.2; done'"; }; }; } -- cgit 1.5.1