[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: howto run a process which respawn after death.



Felipe Alvarez Harnecker <felipe@qlsoft.cl> writes:

> Is there a tool for start a proccess and after it dies the process
> respawn ? Just like init does but from the command line.

$ while true ; do process ; done

or

$ (while true ; do process ; done) &

should do the trick.


Reply to: