so, you setted up an echolink proxy and want to start it everytime the server starts? Quite easy, for sure!
simply add this to /etc/rc.local:
screen -dmS el su – echolink -c “java -jar EchoLinkProxy.jar”
This will open an screen and detach from it after it starts. Convert to use echolink (su – echolink) and invoke java from within this echolink user.
This is it.