Add synctwitterfriends to daemon startup and stop scripts

This commit is contained in:
Zach Copley 2009-08-10 07:18:09 +00:00
parent dae74e8ff4
commit 681bcbf71e
3 changed files with 3 additions and 2 deletions

View File

@ -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 ";

View File

@ -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

View File

@ -80,7 +80,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
function name()
{
return ('synctwitterfriendsdaemon.' . $this->_id);
return ('synctwitterfriends.' . $this->_id);
}
/**