[erlang-questions] how: running erlans as daemon...
Michael Regen
michael.regen@REDACTED
Tue Nov 27 13:57:24 CET 2007
On Nov 27, 2007 12:34 PM, Mateusz Berezecki <mateuszb@REDACTED> 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
More information about the erlang-questions
mailing list