From a985e8986a35d93810e4c6337225cb23f82fed38 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 14 Jun 2024 18:59:19 +0200 Subject: Avoid failing on networkctl reload with systemd >= 256 in container-start command. Signed-off-by: Daniel Baumann --- libexec/container/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/container/start b/libexec/container/start index 1f22325..128c418 100755 --- a/libexec/container/start +++ b/libexec/container/start @@ -422,7 +422,7 @@ Name=${INTERFACE} Bridge=${BRIDGE} EOF - networkctl reload + networkctl reload || true ;; esac else -- cgit v1.2.3