summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-21 09:32:37 +0100
committerRory& <root@rory.gay>2026-01-21 09:32:37 +0100
commiteef714a1c010f1cc1ee7cc9bfc5b0e6abe266e45 (patch)
treeaf73b518df580f019b19740e58bd5f25db98d848 /host
parentmeow (diff)
downloadRory-Open-Architecture-eef714a1c010f1cc1ee7cc9bfc5b0e6abe266e45.tar.xz
sleep 5 seconds because why not
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix2
1 files changed, 1 insertions, 1 deletions
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'"; }; }; }