# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Config file for /etc/init.d/slimp3 SLIMP3_OPTS="--daemon --logfile=/var/log/slimp3 --mp3dir=/path/to/music" # # # --help => Show this usage information. # --mp3dir => The path to a directory of your MP3 files. # --logfile => Specify a file for error logging. # --daemon => Run the server in the background. # This may only work on Unix-like systems. # --stdio => Use standard in and out as a command line interface # to the server # --user => Specify the user that server should run as. # Only usable if server is started as root. # This may only work on Unix-like systems. # --group => Specify the group that server should run as. # Only usable if server is started as root. # This may only work on Unix-like systems. # --httpport => Activate the web interface on the specified port. # Set to 0 in order disable the web server. # --httpaddr => Activate the web interface on the specified IP address. # --cliport => Activate the command line interface TCP/IP interface # on the specified port. Set to 0 in order disable the # command line interface server. # --cliaddr => Activate the command line interface TCP/IP # interface on the specified IP address. # --prefsfile => Specify where the preferences file should be stored # --pidfile => Specify where a process ID file should be stored # --quiet => Minimize the amount of text output # --playeraddr => Specify the _server's_ IP address to use to connect # to SLIMP3 players # --streamaddr => Specify the _server's_ IP address to use to connect # to streaming audio sources # --nosetup => Disable setup via http.