ServiceConfig
Immutable snapshot of a service's configuration.
Returned by Service.config.
Fields
binary_path @ StrService command line.
dependencies @ Tuple[...Str]Service and load-order-group names this service depends on.
display_name @ StrDisplay name.
error_control @ (ErrorControl | Int)Error control level. A native value this module does not name is returned as an
Int.load_order_group @ (Str | nil)Load-order group.
service_start_name @ StrAccount the service runs as.
service_type @ ServiceTypeService type flags.
start_type @ (StartType | Int)Start type. A native value this module does not name is returned as an
Int.tag_id @ IntLoad-order tag within
load_order_group.