Crate uni_service_manager

Crate uni_service_manager 

Source
Expand description

Service management crate which gives a unified interface, but is platform dependent

Structs§

ServiceCapabilities
The capabilities and limitations of the underlying platform service manager.
ServiceSpec
A specification of a service to be installed.
UniServiceManager
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§

ServiceErrKind
The error type for service management operations.
ServiceStatus
The status of a service. Windows services can be in any of these states. Linux/macOS services will only ever be NotInstalled, Running or Stopped.