summaryrefslogtreecommitdiff
path: root/scripts/startdaemons.sh
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-01 08:00:41 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-05-01 08:00:41 -0700
commit1a61a171cdb39444e2c0fbed7cf3a92e0ec271df (patch)
treeedf2eb852163f3806d813ac6292ab67be1aed40f /scripts/startdaemons.sh
parenta86a0e91a5acb5ea894a3d066f9adf3b1ef305ae (diff)
parent19a21947046062fc0cc313b23ae7418d317def89 (diff)
Merge branch '0.7.x' into cometplugin
Diffstat (limited to 'scripts/startdaemons.sh')
-rwxr-xr-xscripts/startdaemons.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh
index 66f9ed4e0..3869e95c4 100755
--- a/scripts/startdaemons.sh
+++ b/scripts/startdaemons.sh
@@ -21,11 +21,9 @@
# Note that the 'maildaemon' needs to run as a mail filter.
DIR=`dirname $0`
+DAEMONS=`php $DIR/getvaliddaemons.php`
-for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
- xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
- twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php \
- memcachedqueuehandler.php inboxqueuehandler.php; do
+for f in $DAEMONS; do
echo -n "Starting $f...";
php $DIR/$f