터미널 프로그램(iterm2)을 사용하여 확인하는 방법입니다. 
 
  • List agents/jobs loaded using

    launchctl list
    
  • Remove an agent/job using

    launchctl remove <name>
    
  • Disable an agent/job for the currently booted session alone using

    launchctl unload <name>
    
  • Load an agent/job manually using

    launchctl load <name>
 
-w 옵션을 주면 기존에 등록된 서비스에 덮어쓰기가 된다.
 
launchctl load|unload [-w] <name>
 

 
이런식의 확인이 가능.
 
이 밖에도 자동실행 되는 프로그램들이
/Users/사용자/Library/LaunchAgents 에 있다.
 
사용자 스크립트를 등록하는 방법도 따로 있지만 아직 해보지 않았다.
http://superuser.com/questions/229773/run-command-on-startup-login-mac-os-x

 

참고 : http://apple.stackexchange.com/questions/105892/disable-services-in-osx-services-msc