]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/startdaemons.sh
Add an inbox queue handler
[quix0rs-gnu-social.git] / scripts / startdaemons.sh
index 08de6d954a0cd9f0bc344767189f1745b9f2e44c..66f9ed4e0c40ec9ec1e2dee4f9d4f852dc6f3a87 100755 (executable)
@@ -25,7 +25,7 @@ DIR=`dirname $0`
 for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
          xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
          twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php \
-        memcachedqueuehandler.php; do
+        memcachedqueuehandler.php inboxqueuehandler.php; do
 
          echo -n "Starting $f...";
         php $DIR/$f