diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
commit | bc190595d1dfd56bf7e68597b3d574909eb27260 (patch) | |
tree | 4d9e9a67edeac7f8481de278c04f0cc984cf7e7f /scripts/getvaliddaemons.php | |
parent | 856e05a08ff8d09fbd580ed35906e3dda0475a0a (diff) |
Added TwitterStatusFetcher into daemon startup and shutdown subsystem
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-x | scripts/getvaliddaemons.php | 3 |
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 "; |