#!/usr/bin/env php . */ /** * Utility script to get a list of daemons that should run, based on the * current configuration. This is used by startdaemons.sh to determine what * it should and shouldn't start up. The output is a list of space-separated * daemon names. */ define('INSTALLDIR', dirname(__DIR__)); define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public'); $helptext = <<