This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
d8e637d064
commit
a3af4c3691
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 stdout 1
procd_set_param stderr 1
procd_set_param stderr 1
procd_set_param respawn
procd_close_instance
procd_close_instance
}
}
Write
Preview
Loading…
Cancel
Save