Browse Source

prometheus-node-exporter-lua: respawn the process

Signed-off-by: Andre Heider <a.heider@gmail.com>
lilik-openwrt-22.03
Andre Heider 6 years ago
committed by Etienne Champetier
parent
commit
a3af4c3691
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua

+ 1
- 0
utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua View File

@ -41,6 +41,7 @@ start_service() {
procd_set_param stdout 1
procd_set_param stderr 1
procd_set_param respawn
procd_close_instance
}


Loading…
Cancel
Save