Wed Feb 03, 2016 1:38 pm by mpi
You're welcome.
...one more thing...
After some tests, It turns out that one can remove the Disabled override which had been set with previous Installers under normal session (no need for Restore or Single mode), by typing:
- Code:
sudo defaults delete /var/db/com.apple.xpc.launchd/disabled.plist org.serviio.server
You may want to add that line to newer installers (along with changing the -w to -L option as mentioned previously).
This will then fix the override issue for all users who installed Serviio with previous installers.
Note:
You can test if override has been previously set on your system with:
- Code:
sudo defaults read /var/db/com.apple.xpc.launchd/disabled.plist org.serviio.server
It will return an error if Override was not set, or the 1-true value if it was set.