1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00

prometheus-node-exporter-lua: respawn the process

Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
Andre Heider 2019-01-02 15:33:16 +01:00 committed by Etienne Champetier
parent d8e637d064
commit a3af4c3691

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
}