Make worker read configuration from /etc/ripping-cluster

This commit is contained in:
2011-06-18 18:36:33 +01:00
parent bd74b0f54e
commit edc2439232

View File

@@ -2,7 +2,7 @@
define('HBC_File', 'worker');
require_once '../private/config.php';
require_once '/etc/ripping-cluster/config.php';
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
require_once 'Net/Gearman/Worker.php';