site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 On 20/04/07 8:10, jmzorko@mac.com wrote: HTH, Axel _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... ... how do I get launchctl to load (and start) my job when the user logs in? The plist lives in the users' ~/Library/LaunchDaemons/ folder, and I tried setting RunAtLoad, but it doesn't seem to work :-( At the user's directory level, only LaunchAgents are handled by launchd (for example, see the "FILES" section at the end of launchd's man page); it is rather logical, as users aren't supposed to be able to define system wide daemons by themselves... But LaunchAgents are somewhat problematic under 10.4. You could have a look at: <http://www.omnigroup.com/mailman/archive/macosx-admin/2007-March/056006.html> to see the nature of the problem. Now, do you really need to have the job launched thru launchd? There are other possibilities, such as loginwindow's LoginHook, or even startup items as defined in the user's account. Could you tell us a bit more about what you want to achieve? This email sent to site_archiver@lists.apple.com
participants (1)
-
Axel Luttgens