Skip to content

Running xandikos using launchctl #177

Answered by jelmer
lamyergeier asked this question in Q&A
Discussion options

You must be logged in to vote

That's odd; this suggests that it's having trouble resolving either the listen address or the port.

My guess is that it's adding leading spaces unintentionally. Can you try replacing these two lines:

		<string>-l 192.168.178.33</string>
		<string>-p 8080</string>

with:

		<string>-l</string><string>192.168.178.33</string>
		<string>-p</string><string>8080</string>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lamyergeier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants