> Date: Thu, 28 Oct 2010 09:29:54 +1100
> From: john skaller <skal...@users.sourceforge.net>

> I will have to put the daemonisation into flx_(a)run
> and make it happen *before* the demux thread is open.
>
> The problem is .. how do I *tell* it?
>
> Hmm .. it would be better if there was just a "daemon" command,
> so I could do
>
> daemon tools/webserver
>
> assuming static linkage or
>
> daemon flx_arun tools/webserver.so # or .dylib on on OSX
>
> which would basically just become a daemon and then exec
> the rest of the command.. hmm .. surely there's such a program
> already?

Why are you daemonising? What's wrong with
nohup tools/webserver&

?

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to