Please I have two instances of symmetricds running on my vm using the commands:
bin/sym --port 9000
bin/sym --port 4000
but I want to be able to run both instances through the linux service. I have tried installing the service using 'bin/sym_service install' in the respective directories. But it's not working and when I try to start the server I get an error stating that the port is in use.
How can I set up the linux service to use different ports?