#!/bin/bash
#
# This is a simple script to start the SlimServer software.  It takes
# the place of a real init script.  It does NOT provide all the
# functionality of a real init script, e.g., it does not have the
# ability to stop or restart the SlimServer.

cd /mnt/slimserver
./slimserver.pl --daemon --prefsfile /mnt/slim-data/slimserver.pref --cachedir /mnt/slim-data
