diff --git a/Autostart-on-OS-X.md b/Autostart-on-OS-X.md index b849fbf..1446abe 100644 --- a/Autostart-on-OS-X.md +++ b/Autostart-on-OS-X.md @@ -4,20 +4,25 @@ Create a plist with these contents, changing the path to NzbDrone.exe as require - - Label - nzbdrone.job - ProgramArguments - - mono - --debug - /Applications/Sonarr/Contents/MacOS/NzbDrone.exe - - RunAtLoad - - AbandonProcessGroup - - + + KeepAlive + + SuccessfulExit + + + Label + nzbdrone.job + ProgramArguments + + mono + --debug + /Applications/Sonarr.app/Contents/MacOS/NzbDrone.exe + + RunAtLoad + + AbandonProcessGroup + + ```