|
We're going to need to see the code for winupdate_local.pl because that's
where Windows says the problem is. If that's not possible, look at
dirmon.pl from:
That has the install stuff in it and is the service code as well (you have
the state-checking while loop in your service script.. right?).
Use that as a baseline to troubleshoot the error.
It's a very basic sercice once you realize that all you really
need for your service is the main code and the while loop checking the
Service State at the root, and then you're ready to do most
anything as a service, providing your code lets itself return out
to the while loop occasionally to check the state again in case someone's trying
to stop the service (or check the state from within your code, and return out if
a service stop is being requested).
Steven
|
Title: Re: Error while starting service
- Error while starting service Alexander Apprich
- RE: Error while starting service Steven Manross
- Re: Error while starting service Alexander Apprich
- Re: Error while starting service Steven Manross
- Re: Error while starting service Alexander Apprich
