Problem auto-starting on Mac 10.10

When I use the plist method to autostart Sonarr, in the /Library/LaunchDaemons, the problem is that the AppDirectory looks to: /var/root/.config/NzbDrone instead of /users/USERNAME/.config/NzbDrone

You created a system plist instead of a user one. You need to save it to ~/Library/LaunchAgents/ which is under your user directory (’~’ is a shortcut to /users/USERNAME).

The wiki has all the details: https://github.com/Sonarr/Sonarr/wiki/Autostart-on-OS-X

Thank you!

I had followed the guide here which is wrong: