From: Andre Heider Date: Wed, 2 Jan 2019 14:33:16 +0000 (+0100) Subject: prometheus-node-exporter-lua: respawn the process X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a3af4c36916997d3972272bfd0242bb012783eda;p=openwrt-packages.git prometheus-node-exporter-lua: respawn the process Signed-off-by: Andre Heider --- 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 80a6acdfc..a2b0e229e 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 }