rexec: redirect error (fd=2) to network for tcp17009
the new listen doesnt redirect stderr for us, so do it in the service script.
This commit is contained in:
parent
4c47ba6996
commit
ff4d45d147
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/rc
|
||||
exec /bin/ip/rexexec
|
||||
exec /bin/ip/rexexec >[2=1]
|
||||
|
|
Loading…
Reference in a new issue