Hi All,
I had the same problem, and found this post.
I tried first to edit the start-up script.
Here is what I have added, but it does not work for me. Maybe the
syntax is incorrect or a different string should be used.
Any other ideas?
Thanks, Lleo_
#!/bin/sh
#
# $Id$
#
# slimserver initscript for slimserver.pl
# This file should be placed in /etc/init.d.
#
# Original Author: Mattias Holmlund
#
# Updated By: Dan Sully
set -e
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DESC="SlimServer Audio Server"
NAME=slimserver
DAEMON=/usr/sbin/$NAME
DAEMON_SAFE=/usr/sbin/${NAME}_safe
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
SLIMUSER=$NAME
PREFSFILE=/etc/$NAME/$NAME.pref
LOGFILE=/var/log/$NAME/$NAME.log
CACHEDIR=/var/cache/$NAME
SLIMOPTIONS=
LANG=en_US.UTF-8
[snip]
--
Lleo_
------------------------------------------------------------------------
Lleo_'s Profile: http://forums.slimdevices.com/member.php?userid=3271
View this thread: http://forums.slimdevices.com/showthread.php?t=35172
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix