diff --git a/patch-scripts/install-scripts/24.09.400/post-install.sh b/patch-scripts/install-scripts/24.09.400/post-install.sh index 24acb8aef..e2271e289 100644 --- a/patch-scripts/install-scripts/24.09.400/post-install.sh +++ b/patch-scripts/install-scripts/24.09.400/post-install.sh @@ -60,6 +60,10 @@ else $PUPPET_GRUB_SCRIPT --set-kernel-standard fi +### Reload systemd services +systemctl preset-all --preset-mode=full +systemctl daemon-reload + ### Services to restart in all nodes # Set flag to restart software-agent touch /run/software/.restart.software-agent