From a3af4c36916997d3972272bfd0242bb012783eda Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 2 Jan 2019 15:33:16 +0100 Subject: [PATCH] prometheus-node-exporter-lua: respawn the process Signed-off-by: Andre Heider --- .../files/etc/init.d/prometheus-node-exporter-lua | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua b/utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua index 80a6acdfc4..a2b0e229e7 100644 --- a/utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua +++ b/utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua @@ -41,6 +41,7 @@ start_service() { procd_set_param stdout 1 procd_set_param stderr 1 + procd_set_param respawn procd_close_instance }