A working stopdaemons.sh, and no parameter needed for startdaemons.sh
darcs-hash:20080906202242-f6e2c-8f3d04c181ef4bffc1727f3333a3bfe5766bda6b.gz
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
# This program tries to start the daemons for Laconica.
|
||||
# Note that the 'maildaemon' needs to run as a mail filter.
|
||||
|
||||
export INSTALLDIR=$1
|
||||
DIR=`dirname $0`
|
||||
|
||||
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
|
||||
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php; do
|
||||
|
||||
echo -n "Starting $f...";
|
||||
php $INSTALLDIR/scripts/$f;
|
||||
php $DIR/$f
|
||||
echo "DONE."
|
||||
done
|
||||
|
Reference in New Issue
Block a user