add ping daemon to daemons
This commit is contained in:
parent
eaac9350dd
commit
87e5badcb6
@ -24,7 +24,7 @@ DIR=`dirname $0`
|
|||||||
|
|
||||||
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
|
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
|
||||||
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
|
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
|
||||||
twitterqueuehandler.php facebookqueuehandler.php; do
|
twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php; do
|
||||||
|
|
||||||
echo -n "Starting $f...";
|
echo -n "Starting $f...";
|
||||||
php $DIR/$f
|
php $DIR/$f
|
||||||
|
Loading…
Reference in New Issue
Block a user