|
@@ -112,7 +112,7 @@ def main():
|
|
|
d.register_handler()
|
|
|
|
|
|
while(shutdown == False):
|
|
|
- cmds = ["php", "./crontab.php", "queue", "index"]
|
|
|
+ cmds = ["/usr/local/php/bin/php", "./crontab.php", "queue", "index"]
|
|
|
|
|
|
for i in range(0,10):
|
|
|
subproc = subprocess.Popen(cmds,subprocess.PIPE)
|