[erlang-questions] packaging erlang application for ubuntu
Christophe Romain
christophe.romain@REDACTED
Mon Sep 21 18:20:11 CEST 2009
> How about if one could specify a chain of boot scripts on
> the command line?
> erl -boot start_sasl -boot my_app
+1
may this be simpler:
erl -boot start_sasl,my_app
More information about the erlang-questions
mailing list