Re: init.d startup script does not exit

2008-09-14 Thread Clifford W. Hansen
On Sunday 14 September 2008 09:12:35 rex wrote: > Thank you! It worked! > > So, what does that & mean? > > - Rex > > Clifford W. Hansen wrote: > > On Sunday 14 September 2008 08:35:13 rex wrote: > >> Hello, > >> > >> I have a script that launches a program. If I launch this program > >> manually,

Re: init.d startup script does not exit

2008-09-14 Thread Tzafrir Cohen
On Sun, Sep 14, 2008 at 04:05:41AM -0300, Gabriel Parrondo wrote: > Also, this thread deserves a loud WTF. I mean, the OP seems to know the > basics about unix administration (he was able to write a shell script, > at least) but fails at something as basic as running an app in > background. There

Re: init.d startup script does not exit

2008-09-14 Thread rex
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you! It worked! So, what does that & mean? - - Rex Clifford W. Hansen wrote: > On Sunday 14 September 2008 08:35:13 rex wrote: >> Hello, >> >> I have a script that launches a program. If I launch this program >> manually, it keeps on running

Re: init.d startup script does not exit

2008-09-14 Thread Gabriel Parrondo
El dom, 14-09-2008 a las 08:46 +0200, Clifford W. Hansen escribió: > On Sunday 14 September 2008 08:35:13 rex wrote: > > Hello, > > > > I have a script that launches a program. If I launch this program > > manually, it keeps on running in the shell. It is a webserver, so I > > need it running all

Re: init.d startup script does not exit

2008-09-13 Thread Clifford W. Hansen
On Sunday 14 September 2008 08:35:13 rex wrote: > Hello, > > I have a script that launches a program. If I launch this program > manually, it keeps on running in the shell. It is a webserver, so I > need it running all the time. However, if I exit the shell, it kills > the webserver. > > I tried