diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:41:27 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:41:27 -0800 |
commit | 47e595b092a0d8cd1d26a0170571c013fd992904 (patch) | |
tree | 6f9237305494efbf979bc93b3211f4324c168d9c /scripts/startdaemons.sh | |
parent | dac8d103e69deb63c7eafe16286f23a66034d967 (diff) | |
parent | f8e2ad0677d6eede93e3008452e36985ea999d74 (diff) |
Merge branch 'queuehandlers' into 0.7.x
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 |