Re: Can't Detach from a startup script
- From: Martin <martin@xxxxxxxxxxxx>
- Date: Sat, 30 Aug 2008 22:24:16 +0200
Hi,
On Sat, Aug 30, 2008 at 5:56 AM, Kent West <westk@xxxxxxx> 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 $PIDFILE --exec
$DAEMON -- $OPT \
> /dev/null
hmm looks to my that either you missed the --background option for
start-stop-daemon or you missed the option for $DAEMON to send it to
background...
hth
martin
--
http://www.xing.com/profile/Martin_Marcher
You are not free to read this message,
by doing so, you have violated my licence
and are required to urinate publicly. Thank you.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: Can't Detach from a startup script
- From: Kent West
- Re: Can't Detach from a startup script
- References:
- Can't Detach from a startup script
- From: Kent West
- Can't Detach from a startup script
- Prev by Date: Re: MySQL goes away?
- Next by Date: Re: security risk of having a long list of services in inetd
- Previous by thread: Can't Detach from a startup script
- Next by thread: Re: Can't Detach from a startup script
- Index(es):
Relevant Pages
|