mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Reload the configuration during postinst rather than restarting.
Fixes #6408 PiperOrigin-RevId: 388978814
This commit is contained in:
committed by
gVisor bot
parent
43e3d29b97
commit
919a7da6d7
Vendored
+1
-1
@@ -22,7 +22,7 @@ fi
|
||||
if [ -f /etc/docker/daemon.json ]; then
|
||||
runsc install
|
||||
if systemctl is-active -q docker; then
|
||||
systemctl restart docker || echo "unable to restart docker; you must do so manually." >&2
|
||||
systemctl reload docker || echo "unable to reload docker; you must do so manually." >&2
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user