#
# Author: Sander Keemink
# Date: 01-03-2007
#

The IWS webserver enables you to read the same information that the omreport command supplies in a nice web interface.
You can start IWS from the /etc/init.d directory, currently we don't support automatic startup.

Mannaully start the webserver:
	/etc/init.d/dsm_om_connsvc start

To automaticly start the webser on boot:
	/usr/sbin/update-rc.d dsm_om_connsvc start 20 2 3 4 5 . stop 19 0 1 6 . >/dev/null

You can login to the webserver using local account on port 1311, for example:
	https://your-machine.net:1311
