Reply To: Multiple soundbridges accessing one or more mt-daapds

#9059
rpedde
Participant

@removablebrain wrote:

If I am running my own compiled version on OS X, how do I start a second instance?

Same way… make a new config that properly expresses what you want to do, including making a new db directory. You can use the same web_root though.

Then, to start it, I’d set it up as a launchd item. Check out “lingon”, the launchd editor. You can set it up as a task that runs whenever you logon, or when the machine boots. That’s the way to go, imho. Basically, just run it with “-c /path/to/new/config”

— Ron