DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Implement Generic Restart Resource(s)

Open tgauth opened this issue 8 months ago • 0 comments

Summary of the new feature / enhancement

So if a process, service, or computer requires a reboot after Set, the resource running Set will output a property as true. Later, a "restart" resource will reference that output and run Test to evaluate if any upstream Sets needed a restart. If true, Set would handle the restart and could have properties to provide additional controls. Related to #50.

Proposed technical implementation details (optional)

Microsoft.DSC/RestartProcess, Microsoft.DSC/RestartService, Microsoft.DSC/RestartMachine

tgauth avatar Jun 06 '24 19:06 tgauth