Add support for setting Windows Service Recovery options
Add the ability to set the actions to be taken on service failure. This is accomplished via sc as follows:
http://technet.microsoft.com/en-us/library/cc742019.aspx or using Powershell set-service.
At present, we are managing with a custom PowerShell script.
99
votes
