summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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