Skip to content

Commit 2f1c030

Browse files
committed
reload daemon on restart
1 parent f1a1935 commit 2f1c030

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mgradm/cmd/restart/podman.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 SUSE LLC
1+
// SPDX-FileCopyrightText: 2026 SUSE LLC
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

@@ -20,6 +20,7 @@ func podmanRestart(
2020
_ []string,
2121
) error {
2222
return utils.JoinErrors(
23+
systemd.ReloadDaemon(false),
2324
systemd.RestartService(podman.DBService),
2425
systemd.RestartService(podman.ServerService),
2526
systemd.RestartInstantiated(podman.ServerAttestationService),

0 commit comments

Comments
 (0)