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: send stdout/stderr to logread
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier
7 years ago
parent
8f7ccc3506
commit
4e94edce51
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua
+ 3
- 0
utils/prometheus-node-exporter-lua/files/etc/init.d/prometheus-node-exporter-lua
View File
@ -15,5 +15,8 @@ start_service() {
procd_append_param command --port ${port}
procd_append_param command --port ${port}
procd_append_param command --bind ${bind}
procd_append_param command --bind ${bind}
procd_set_param stdout 1
procd_set_param stderr 1
procd_close_instance
procd_close_instance
}
}
Write
Preview
Loading…
Cancel
Save