Hello, James Teh, le Mon 15 Sep 2008 09:21:47 +1000, a écrit : > It does seem, though, that the service doesn't "detach" soon enough > sometimes. For example, fi there is a startup problem, it should still > continue as is by reporting that startup was successful to the service > manager.
Dave, this is due to the startup() function getting stalled in the message() call, thus delaying the call to setServiceState() done in serviceMain(). We should manage to somehow call setServiceState() before calling that message(). Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
