change kill mode for vitrage-collector

so it will kill all child processes in case of a timeout

Change-Id: I83e19450ddcb11480b8e7f4e36a4514889b1dbf9
This commit is contained in:
Eyal 2018-03-05 09:43:22 +02:00
parent 9d8022e552
commit 0f8029d034

View File

@ -310,7 +310,7 @@ function start_vitrage {
write_systemd_dependency vitrage-graph vitrage-collector
change_systemd_kill_mode vitrage-graph
change_systemd_kill_mode vitrage-graph vitrage-collector
}