When I shut down Tomcat I get the following:
* Caching service dependencies... [ ok ]
* Stopping Tomcat... [ !! ]
What does Caching service dependencies mean?
|
feedback
|
|
Are you using Gentoo? When you stop a service, Baselayout checks if there are other services depending on the service you are stopping. If it is the case, they are stopped before, in order of dependencies. Whenever you restart a service in a distro based on Baselayout, it runs the For more details, refer to the script itself. | |||||
feedback
|