----------------
* What is this *
----------------
  The file ./daruma is a script to invoke DaRuMa automatically on System V init
  architecture. This script handles System V init commands specified by first
  argument such as 'start', 'stop' and 'restart'.

--------------
* How to Use *
--------------

  0. Check Java and MySQL or PostGIS works well on your system.

  1. Check darumaClient command is executable by root. If your system
     doesn't have, install darumaClient-light. You can download it from
     following addess.

	http://sourceforge.jp/projects/daruma/

  2. Change settings (such as daruma install directory) in head of
     ./daruma file.

  3. copy ./daruma to your system as root.
     How to perform this is system dependent. You should obey a method of
     your system.

     This is a example. 

	# cp ./daruma /etc/init.d/daruma
	# cd /etc/init.d/rc3.d
	# ln -s ../init.d/daruma S98daruma

  4. check it

	# /etc/init.d/daruma start
	# /etc/init.d/daruma stop

  5. reboot your system
	# shutdown -r now

  6. check DaRuMa is working
