prometheus-node-exporter-lua: send stdout/stderr to logread
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
8f7ccc3506
commit
4e94edce51
1 changed files with 3 additions and 0 deletions
|
@ -15,5 +15,8 @@ start_service() {
|
|||
procd_append_param command --port ${port}
|
||||
procd_append_param command --bind ${bind}
|
||||
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
|
||||
procd_close_instance
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue