Module warrants_restart

Source
Expand description

Trait and helpers to create restart need checkers for Daemon.other_restart_checks.

Structs§

NoOtherRestarts
For when no situations (other than the daemon state, i.e. the user explicitly asking for it) are ever warranting restart.
RestartForConfigChangeOpts
RestartForExecutableChange
RestartForExecutableChangeOpts
RestartForExecutableOrConfigChange

Traits§

WarrantsRestart
The base trait for all “other” restart checkers.