diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:39:21 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:39:21 -0800 |
commit | f8e2ad0677d6eede93e3008452e36985ea999d74 (patch) | |
tree | 79f29366b182dc933b2ed28395afc3adda56ea60 /scripts/startdaemons.sh | |
parent | 986068d6e7119e17509f228857d55873b34da28f (diff) |
The fabled twitterqueuehandler
Diffstat (limited to 'scripts/startdaemons.sh')
-rwxr-xr-x | scripts/startdaemons.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index 685bd938f..269036393 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -23,7 +23,8 @@ DIR=`dirname $0` for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \ - xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php; do + xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \ + twitterqueuehandler.php; do echo -n "Starting $f..."; php $DIR/$f |