Hi,
I know it's an old topic but still hot from my perspective.
I know Jasems Tutorial on chained servers and it works well for me.
But my question is, is ti possible to run two indiservers on one system on different ports? I can not make that happen. The only way I have found is to run a users indiserver and another in a systemwide context. like:
systemctl --user enable indiserver.service (on port 7624)
sudo systemctl --system enable indiserver.service (on port 7634)

What I like to accomplish is more like:
sudo systemctl --system enable indiserver.service (on port 7624 and 7634)

What is wrong?

Read More...