>
On Nov 27, 2007 12:34 PM, Mateusz Berezecki <> wrote: > Hello list, > > Is it possible to run erlang as deamon (aka unix service) without > spawning shell ? Have a look at the erl command line switches. I guess -detached is what you are looking for. Of course you need to start something with -s or similar. Cheers, Michael