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 you

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 --pidfile

Can't Detach from a startup script

2008-08-29 Thread Kent West
I'm trying to run Maple12 from my Debian box. I've hacked a startup script together that looks like this: Beginning of Script == #! /bin/sh # Maple 12 # I hacked this script from a copy of the lisa start-up script; no guarantees that it works properly. # Kent West, 14 June 2007 #