[erlang-questions] run an otp/application as a service

Vlad Dumitrescu vladdu55@REDACTED
Thu Jul 23 15:45:21 CEST 2009


On Thu, Jul 23, 2009 at 15:35, info<info@REDACTED> wrote:
> I don't understand what you mean ...
> I added one module starting.erl
>
> -module(starting).
> -export([start/0].
> start()->application:start(my_application).
>
> erlsrv.exe add ServiceName -args -s starting(my_application)

I think it should be

erlsrv.exe add ServiceName -args -s starting

regards,
Vlad


More information about the erlang-questions mailing list