We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307bd9b commit 006945bCopy full SHA for 006945b
Vagrantfile-provision-kibana.ps1
@@ -58,7 +58,7 @@ $result = sc.exe config $serviceName obj= $serviceUsername
58
if ($result -ne '[SC] ChangeServiceConfig SUCCESS') {
59
throw "sc.exe config failed with $result"
60
}
61
-$result = sc.exe failure $serviceName reset= 0 actions= restart/1000
+$result = sc.exe failure $serviceName reset= 0 actions= restart/60000
62
if ($result -ne '[SC] ChangeServiceConfig2 SUCCESS') {
63
throw "sc.exe failure failed with $result"
64
0 commit comments