X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fstartdaemons.sh;h=053c4f8ee028575dd23cae44c045d676dc1c3794;hb=7721839efdf3a9b42ac94559425578a2285b042e;hp=a3256966d5a27231dff79499eef69f92f6e01079;hpb=c0af950276e54c6d4a854eb1cfd1ba00c3fea9dc;p=quix0rs-gnu-social.git diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index a3256966d5..053c4f8ee0 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -2,7 +2,7 @@ # Laconica - a distributed open-source microblogging tool -# Copyright (C) 2008, Controlez-Vous, Inc. +# Copyright (C) 2008, 2009, Control Yourself, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -21,10 +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; do +for f in $DAEMONS; do echo -n "Starting $f..."; php $DIR/$f