Only start daemons that are required, according to the site config. There is the potential to not start some more - see the checks in getvaliddaemons.php
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user