Re: [dev] Starting surf automatically after webserver has started

2012-07-17 Thread Bjartur Thorlacius
The init systems of the mainstream distros are terribly broken in the name of 'easy' modification. I would love having the core boot script compiled into a single executable from a simple shell script of &&s, &s, ;s and |s. Rc might be a good choice for the glue as a language easily learnt in minu

Re: [dev] Starting surf automatically after webserver has started

2012-07-17 Thread Carlos Torres
Them fighting words... :) On Jul 17, 2012 8:01 AM, "hiro" <23h...@gmail.com> wrote: > > debian itself is not more than a hack either. >

Re: [dev] Starting surf automatically after webserver has started

2012-07-17 Thread hiro
debian itself is not more than a hack either.

Re: [dev] Starting surf automatically after webserver has started

2012-07-17 Thread Bjartur Thorlacius
On Tue, Jul 17, 2012 at 2:20 AM, Amit Uttamchandani wrote: > Hello, > > I would like to have surf start up when the webserver on the system has > started up. > > Right now, surf starts up but the webserver starts up after surf. Thus, > when surf loads there is a 404 not found error. A manual refre

[dev] Starting surf automatically after webserver has started

2012-07-16 Thread Amit Uttamchandani
Hello, I would like to have surf start up when the webserver on the system has started up. Right now, surf starts up but the webserver starts up after surf. Thus, when surf loads there is a 404 not found error. A manual refresh has to be performed. I played around with init.d in debian but not s