Closed unityweb closed 13 years ago
Thanks for that! We'll fix it soon.
Actually, that line is correct. The extra wsproxy is the argv[0] for the app. The inetd superserver is fairly antique and you need to supply it if your script needs it. Take a look at the other examples in inetd.conf, you'll see they do it too. At least on Debian.
41337 stream tcp nowait nobody /usr/sbin/wsproxy wsproxy 25900 25909
should be
41337 stream tcp nowait nobody /usr/sbin/wsproxy 25900 25909