Expand description
Infrastructure to run / start / stop a service as a daemon process (or process group). See daemon for more info.
Modules§
- warrants_
restart - Trait and helpers to create restart need checkers for
Daemon.other_restart_checks.
Structs§
- Daemon
- Daemon
Check Exit - Daemon
Mode Error - Daemon
Opts - These settings may be useful to expose to the user.
- Daemon
Paths - Daemon
Result - Daemon
State Accessor - Daemon
State Reader - Execution
Result - Restart
OnFailures - Stop
Opts - Stop
Report
Enums§
- Daemon
Error - Daemon
Mode - You may want to use this as a normal argument, i.e. via FromStr,
instead, as then single strings can be passed through. There is
more flexibility with the options here, though. XX currently this
is also conflating STOP and Stop etc., and does not have
upetc. aliases, thus pretty unusable. - Daemon
Want - What state we want the daemon to be in
- InOut
Error