Add synctwitterfriends to daemon startup and stop scripts
This commit is contained in:
parent
dae74e8ff4
commit
681bcbf71e
@ -44,6 +44,7 @@ if(common_config('twitterbridge','enabled')) {
|
|||||||
}
|
}
|
||||||
echo "ombqueuehandler.php ";
|
echo "ombqueuehandler.php ";
|
||||||
echo "twitterqueuehandler.php ";
|
echo "twitterqueuehandler.php ";
|
||||||
|
echo "synctwitterfriends.php ";
|
||||||
echo "facebookqueuehandler.php ";
|
echo "facebookqueuehandler.php ";
|
||||||
echo "pingqueuehandler.php ";
|
echo "pingqueuehandler.php ";
|
||||||
echo "smsqueuehandler.php ";
|
echo "smsqueuehandler.php ";
|
||||||
|
@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php`
|
|||||||
|
|
||||||
for f in jabberhandler ombhandler publichandler smshandler pinghandler \
|
for f in jabberhandler ombhandler publichandler smshandler pinghandler \
|
||||||
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
|
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
|
||||||
twitterstatusfetcher; do
|
twitterstatusfetcher synctwitterfriends; do
|
||||||
|
|
||||||
FILES="$DIR/$f.*.pid"
|
FILES="$DIR/$f.*.pid"
|
||||||
for ff in "$FILES" ; do
|
for ff in "$FILES" ; do
|
||||||
|
@ -80,7 +80,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
|
|||||||
|
|
||||||
function name()
|
function name()
|
||||||
{
|
{
|
||||||
return ('synctwitterfriendsdaemon.' . $this->_id);
|
return ('synctwitterfriends.' . $this->_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user