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:
cinap_lenrek 2013-07-12 23:16:49 +02:00
parent 4c47ba6996
commit ff4d45d147

View file

@ -1,2 +1,2 @@
#!/bin/rc
exec /bin/ip/rexexec
exec /bin/ip/rexexec >[2=1]