Este contenido no está disponible en el idioma seleccionado.
10.4.3. Automatically Restoring Idled Gears
The
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
oddjobd
service, a local message bus, automatically activates an idle gear that is accessed from the web. When idling a gear, first ensure the oddjobd
service is available and is running so that the gear is restored when a web request is made:
chkconfig messagebus on service messagebus start chkconfig oddjobd on service oddjobd start
# chkconfig messagebus on
# service messagebus start
# chkconfig oddjobd on
# service oddjobd start