X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fstartdaemons.sh;h=3869e95c4c3cf5ae2735f54dbff600349af6f7d8;hb=5b78f95e972f9f19ea46607e8b9544b8f7c4207a;hp=685bd938fa289862898fd2357b7f0f32a29e452c;hpb=29146a13f295a13a4ee4470cffaaa7fde6858689;p=quix0rs-gnu-social.git diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index 685bd938fa..3869e95c4c 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -21,9 +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; do +for f in $DAEMONS; do echo -n "Starting $f..."; php $DIR/$f