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

info info@REDACTED
Thu Jul 23 16:27:48 CEST 2009


Unrecognized option starting



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