Re: [Newbies] linux squeak startup

2006-06-21 Thread stéphane ducasse
My unxi is rusty but exec should not kill the process when the shell exits. Stef On 20 juin 06, at 16:42, cdrick wrote: Hi all :) do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak

Re: [Newbies] linux squeak startup

2006-06-21 Thread Damien Cassou
In fact, if you launch your application with exec, it exits the shell :-) but squeak stays. stéphane ducasse a écrit : My unxi is rusty but exec should not kill the process when the shell exits. Stef On 20 juin 06, at 16:42, cdrick wrote: Hi all :) do you know how to make an init.d

Re: [Newbies] linux squeak startup

2006-06-21 Thread cdrick
cool and thanks all ;) ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] linux squeak startup

2006-06-20 Thread Damien Cassou
do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak -nodisplay myImage.image but when I close the shell, squeak stops too I think you just have to look at different exemples of scripts in init.d/ to

Re: [Newbies] linux squeak startup

2006-06-20 Thread Brad Fuller
cdrick wrote: Hi all :) do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak -nodisplay myImage.image but when I close the shell, squeak stops too Thanks for all :) you can also check out

Re: [Newbies] linux squeak startup

2006-06-20 Thread Alain Plantec
Le Tuesday 20 June 2006 16:42, cdrick a écrit : Hi all :) do you know how to make an init.d script to start squeak each time a linux server starts... It's for seaside. For now I use a command line squeak -nodisplay myImage.image but when I close the shell, squeak stops too maybe you can

Re: [Newbies] linux squeak startup

2006-06-20 Thread Giovanni Corriga
Il giorno mar, 20/06/2006 alle 21.13 +0200, Alain Plantec ha scritto: maybe you can reuse init.d script from squeak swiki. have a look at: http://minnow.cc.gatech.edu/swiki/72 I successfully this initscript: http://minnow.cc.gatech.edu/swiki/124 for a swiki server. Giovanni