summaryrefslogtreecommitdiff
path: root/scripts/getvaliddaemons.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-05-07 02:07:31 -0700
committerZach Copley <zach@controlyourself.ca>2009-05-07 02:07:31 -0700
commitbc190595d1dfd56bf7e68597b3d574909eb27260 (patch)
tree4d9e9a67edeac7f8481de278c04f0cc984cf7e7f /scripts/getvaliddaemons.php
parent856e05a08ff8d09fbd580ed35906e3dda0475a0a (diff)
Added TwitterStatusFetcher into daemon startup and shutdown subsystem
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-xscripts/getvaliddaemons.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php
index 482e63af7..a10233e69 100755
--- a/scripts/getvaliddaemons.php
+++ b/scripts/getvaliddaemons.php
@@ -44,6 +44,9 @@ if(common_config('xmpp','enabled')) {
if(common_config('memcached','enabled')) {
echo "memcachedqueuehandler.php ";
}
+if(common_config('twitterbridge','enabled')) {
+ echo "twitterstatusfetcher.php ";
+}
echo "ombqueuehandler.php ";
echo "twitterqueuehandler.php ";
echo "facebookqueuehandler.php ";