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"
|
||||
ports = [ "back_port" ]
|
||||
command = "sh"
|
||||
args = [ "-c", "plm search init; plume" ]
|
||||
args = [ "-c", "timeout 2 plm search init; plume" ]
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Reference in a new issue