Re: Can't Detach from a startup script

2008-08-31 Thread Kent West
Martin wrote: On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote: case "$1" in start) echo -n "Starting $DESC: " start-stop-daemon -c $USER --start --quiet --pidfile $PIDFILE --exec $DAEMON -- $OPT \ > /dev/null hmm looks to my that either y

Re: Can't Detach from a startup script

2008-08-30 Thread Martin
Hi, On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote: > I'm trying to run Maple12 from my Debian box. I've hacked a startup script > together that looks like this: > case "$1" in > start) > echo -n "Starting $DESC: " > start-stop-daemon -c $USER --start --quiet --p