From 69e424acecc35224536bc7136edb1dec176d79d1 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 9 Feb 2023 14:54:22 +0100 Subject: [PATCH] boot: offer template generation max 10 seconds to wait for configd socket, for some reason it still fails on some platforms (not yet available) --- src/etc/rc.syshook.d/early/15-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.syshook.d/early/15-templates b/src/etc/rc.syshook.d/early/15-templates index 8f5c6994a..31cafa602 100755 --- a/src/etc/rc.syshook.d/early/15-templates +++ b/src/etc/rc.syshook.d/early/15-templates @@ -1,4 +1,4 @@ #!/bin/sh echo -n "Generating configuration: " -configctl template reload \* +configctl -w 10 template reload \*