'tripal_daemon', // A human-readable name for your daemon 'name' => 'Tripal Job Daemon', // this module (ie: the module implementing the daemon) 'module' => 'tripal_daemon', // The class extending JobDaemon and implementing your daemon-specific functionality // This class should be in a [classname].inc file in your modules base directory 'class' => 'TripalJobDaemon' ); return $daemon; }