Skip to content

Commit fc18e34

Browse files
committed
reload daemon on restart
1 parent f1a1935 commit fc18e34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mgradm/cmd/restart/podman.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)