Expand description
Trait and helpers to create restart need checkers for
Daemon.other_restart_checks.
Structs§
- NoOther
Restarts - For when no situations (other than the daemon state, i.e. the user explicitly asking for it) are ever warranting restart.
- Restart
ForConfig Change Opts - Restart
ForExecutable Change - Restart
ForExecutable Change Opts - Restart
ForExecutable OrConfig Change
Traits§
- Warrants
Restart - The base trait for all “other” restart checkers.