Re: need help with a service
"Rob Mayoff" <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
+---------- On Aug 29, Eduardo Gargiulo said: | If I runs the ./run script from command line, it works ok, but if try to | start the service from svc, the service is bound to the right | address:port, but it doesn't work, and it does not write logs, so I | can't figure out why is not working. Perhaps one of the programs is writing an error message to stderr. Try putting "exec 2>&1" in the run script before the "MAXCONNECTIONS" line.