Windows Service recovery actions with Appveyor deployment agent
Is there a way to set the recovery actions for a windows service deployed with the Appveyor deployment agent?
-
Capture.PNG 13.1 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Ilya Finkelshte... on 09 Dec, 2016 08:07 PM
Ho John,
I think you can use post-deployment script, in which you can set this with
sc.execommand as described here, for example:sc.exe failure <your_service_name> reset= 86400 actions= restart/5000Thanks!
Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:10 AM.