Revert "common/daemon: add a method to reexec itself"

This reverts commit 216786d40e. We don't
really need that if we move logic to cmd package.
This commit is contained in:
Vincent Bernat
2025-09-19 07:20:49 +02:00
parent 9f34f9caf9
commit 75f6908f71
4 changed files with 4 additions and 67 deletions

View File

@@ -39,7 +39,6 @@ func StartStopComponents(r *reporter.Reporter, daemonComponent daemon.Component,
<-daemonComponent.Terminated()
r.Info().Msg("stopping all components")
daemonComponent.FinishReexec()
return nil
}