prevent plm search init from hanging
This commit is contained in:
parent
8d1ff96cbf
commit
8cd50a2a57
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ job "plume-blog" {
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
ports = [ "back_port" ]
|
ports = [ "back_port" ]
|
||||||
command = "sh"
|
command = "sh"
|
||||||
args = [ "-c", "plm search init; plume" ]
|
args = [ "-c", "timeout 2 plm search init; plume" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Reference in a new issue