diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-24 20:01:25 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-24 20:01:25 +0000 |
commit | f2f4e8c5868ef7fee694590c17bacec4e01e3b9b (patch) | |
tree | 78df1002c3cfc902e5b16cbe858e3efa675a2f14 /scripts/startdaemons.sh | |
parent | c008c0d4a56ec265ba6e10d208f9954510296f12 (diff) | |
parent | 5e7664e25f6c4b93d32bc1ef33463c09205ff679 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev 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 c3729761d..66f9ed4e0 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -24,7 +24,8 @@ DIR=`dirname $0` for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \ xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \ - twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php; do + twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php \ + memcachedqueuehandler.php inboxqueuehandler.php; do echo -n "Starting $f..."; php $DIR/$f |