erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Custom name of the start script #880

Open saleyn opened 3 years ago

saleyn commented 3 years ago

I believe that presently the start script is always named by the release name. It would be helpful to have a config option to modify the name of the script to give it a custom name in case there is some naming ambiguity with other executables on a system.

E.g.:

{start_script_name, Name}.
ferd commented 3 years ago

I don't know that there would be major problems with this as long as there can remain canonical names (which include the release version) to prevent some clashes since there's currently two releases created. This could be a welcome feature I think.