summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-06-14 16:59:19 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-06-14 16:59:19 +0000
commita985e8986a35d93810e4c6337225cb23f82fed38 (patch)
treefe7991081f10127af839f7f0419d68a4d50d4ec6 /libexec
parentInstalling systemd unit files in /usr, thanks to Helmut Grohne <helmut@subdiv... (diff)
downloadcompute-tools-a985e8986a35d93810e4c6337225cb23f82fed38.tar.xz
compute-tools-a985e8986a35d93810e4c6337225cb23f82fed38.zip
Avoid failing on networkctl reload with systemd >= 256 in container-start command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/container/start2
1 files changed, 1 insertions, 1 deletions
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