prevent plm search init from hanging

This commit is contained in:
Quentin 2025-04-04 16:00:23 +02:00
parent 8d1ff96cbf
commit 8cd50a2a57
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -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 {