Skip to content

Commit 006945b

Browse files
committed
restart the kibana service at most once per minute
1 parent 307bd9b commit 006945b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile-provision-kibana.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $result = sc.exe config $serviceName obj= $serviceUsername
5858
if ($result -ne '[SC] ChangeServiceConfig SUCCESS') {
5959
throw "sc.exe config failed with $result"
6060
}
61-
$result = sc.exe failure $serviceName reset= 0 actions= restart/1000
61+
$result = sc.exe failure $serviceName reset= 0 actions= restart/60000
6262
if ($result -ne '[SC] ChangeServiceConfig2 SUCCESS') {
6363
throw "sc.exe failure failed with $result"
6464
}

0 commit comments

Comments
 (0)