Hi -
first thing's first - this project is great. Thanks for all the work here!
Now to my problem - I'm trying to get a service installed in a way that subsequent errors will restart the service (first error - restart, second - restart, subsequent - restart).
I tried configuring using c.EnableServiceRecovery ... and then r.RestartService(1) three times, but then the service would not install nor start. only way now is to do a single r.RestartService(1) call, and then manually go to services.msc and set the recovery options.
is there another way or is it simply a bug that I should explore, fix and send pull request?