Reply To: Startup from Command line possible?

#14419
Anonymous
Inactive

He’s running it on the iPhone, like the thread of mine that you just answered (thank you!).

The -x argument is included in the iPhone port’s .plist file, which is loaded into launchctl on machine startup.

	ProgramArguments

/sbin/mt-daapd
-f
-x
-c
/etc/mt-daapd.conf

Sadly, the guy who ported it doesn’t seem to have published any documentation. Could you point us to some documentation for what arguments are valid? Sorry, I’m semi-novice at open-source software.