1

We have launchctl jobs loaded on the snow leopard server. Somehow, every few days the jobs gets unloaded and this is causing our periodic jobs not to run. When I logon to the machine, the jobs show up again as loaded in launchctl list.

Did anyone see similar issue before?

  • Bala
Boolean
  • 503
  • 1
  • 4
  • 10

1 Answers1

0

Are they loaded by the system launchd (as LaunchDaemons), or by the user launchd (as LaunchAgents)? If they're loaded as LaunchAgents, they'll only be loaded when you're logged in. If you run launchctl list as a normal user, it'll show LaunchAgents loaded in your session; if you want to see the system LaunchDaemons instead, use sudo launchctl list.

Gordon Davisson
  • 11,036
  • 3
  • 27
  • 33