10.4.3. Automatically Restoring Idled Gears
The
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