diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:18:09 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:18:09 +0000 |
commit | 681bcbf71efa8514b1299abcf7d9162069b99054 (patch) | |
tree | 3570a4db6212da7620b1145b6a6ec05e39dd99d2 /scripts/getvaliddaemons.php | |
parent | dae74e8ff452e09f37dbd820a74437a672802bc6 (diff) |
Add synctwitterfriends to daemon startup and stop scripts
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-x | scripts/getvaliddaemons.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 1e4546dff..9a2b83329 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -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 "; |