starting EchoLink ELProxy from a screen session

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.