We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a1935 commit 2f1c030Copy full SHA for 2f1c030
1 file changed
mgradm/cmd/restart/podman.go
@@ -1,4 +1,4 @@
1
-// SPDX-FileCopyrightText: 2025 SUSE LLC
+// SPDX-FileCopyrightText: 2026 SUSE LLC
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
@@ -20,6 +20,7 @@ func podmanRestart(
20
_ []string,
21
) error {
22
return utils.JoinErrors(
23
+ systemd.ReloadDaemon(false),
24
systemd.RestartService(podman.DBService),
25
systemd.RestartService(podman.ServerService),
26
systemd.RestartInstantiated(podman.ServerAttestationService),
0 commit comments