prometheus-node-exporter-lua: respawn the process

Signed-off-by: Andre Heider <a.heider@gmail.com>
(cherry picked from commit a3af4c3691)
This commit is contained in:
Andre Heider 2019-01-02 15:33:16 +01:00 committed by Etienne Champetier
parent 56e0861f77
commit 0e69b14733

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
}