]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add synctwitterfriends to daemon startup and stop scripts
authorZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:18:09 +0000 (07:18 +0000)
committerZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:18:09 +0000 (07:18 +0000)
scripts/getvaliddaemons.php
scripts/stopdaemons.sh
scripts/synctwitterfriends.php

index 1e4546dff1261704f3afc35fe864c473b1ce2ddb..9a2b8332933ea249eba30900157d9dddbfb3d7a8 100755 (executable)
@@ -44,6 +44,7 @@ if(common_config('twitterbridge','enabled')) {
 }
 echo "ombqueuehandler.php ";
 echo "twitterqueuehandler.php ";
+echo "synctwitterfriends.php ";
 echo "facebookqueuehandler.php ";
 echo "pingqueuehandler.php ";
 echo "smsqueuehandler.php ";
index 60ffd83ad1e45d8991aa4115a3e8c305acba5ddb..894e5aaffe74a3dd900160d436ad17c3981b6aa9 100755 (executable)
@@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php`
 
 for f in jabberhandler ombhandler publichandler smshandler pinghandler \
         xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
-        twitterstatusfetcher; do
+        twitterstatusfetcher synctwitterfriends; do
 
        FILES="$DIR/$f.*.pid"
        for ff in "$FILES" ; do
index d13500e979b6b9f5700d6f7000b8343b46e6206a..2de464bccc72625171afc6cd3ae38064f1329f1d 100755 (executable)
@@ -80,7 +80,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
 
     function name()
     {
-        return ('synctwitterfriendsdaemon.' . $this->_id);
+        return ('synctwitterfriends.' . $this->_id);
     }
 
     /**