Skip to content

some default values for KeyValue is not working #401

@uubulb

Description

@uubulb

According to the document, all Windows service recovery action related options (OnFailure*) have default values. However, the OnFailure option must be specified for these default values to take effect.

if onFailure := ws.Option.string(OnFailure, ""); onFailure != "" {

If OnFailure is not set or is set to an empty string, all related options will be ignored, and the recovery action itself will not be configured.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions