From 919a7da6d792dea17cf59d66fb303788b7e7dbab Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Thu, 5 Aug 2021 11:15:14 -0700 Subject: Reload the configuration during postinst rather than restarting. Fixes #6408 PiperOrigin-RevId: 388978814 --- debian/postinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/postinst.sh b/debian/postinst.sh index 6a326f823..b387b9f22 100755 --- a/debian/postinst.sh +++ b/debian/postinst.sh @@ -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 -- cgit v1.2.3