Expand description
Service management crate which gives a unified interface, but is platform dependent
Structs§
- Service
Capabilities - The capabilities and limitations of the underlying platform service manager.
- Service
Spec - A specification of a service to be installed.
- UniService
Manager - A service manager to manage services on the current system. It uses platform-specific implementations behind the scenes to perform the actual service management, but provides a unified interface regardless of the platform.
Enums§
- Service
ErrKind - The error type for service management operations.
- Service
Status - The status of a service. Windows services can be in any of these states.
Linux/macOS services will only ever be
NotInstalled,RunningorStopped.