Re: Run process as daemon

2003-05-14 Thread Wim Fournier
Can you tell us some more? for example: what does it say when it ends? what kind of program is it? maybe read the manual of nohup, it might be a solution grtz > My problem is below: > > I have a service application, which is unable to run as daemon. > > If I run the application from the rc.d sc

Re: Run process as daemon

2003-05-14 Thread Olivier Macchioni
++ 14/05/03 14:28 +0200 - Rcca: >My problem is below: > >I have a service application, which is unable to run as daemon. > >If I run the application from the rc.d scripts the system hangs up because the >process does not exit. >If I put an "&" mark to the end of the line evereyting is the same. >T

Run process as daemon

2003-05-14 Thread Rcca
My problem is below: I have a service application, which is unable to run as daemon. If I run the application from the rc.d scripts the system hangs up because the process does not exit. If I put an "&" mark to the end of the line evereyting is the same. The service application hangs the system