Hello,
I'm trying to use launchagents to run a login script for every user -- on every login to a machine.
So far I've created the plist, and the script (it just creates a link to that users home directory on the desktop)
What I'm having trouble with is which launchagents folder should it go in and what permissions are necessary to run the plist at EVERY login event? /System/Library/LaunchAgents or /Library/LaunchAgents Or is there some where else?
Also, I've given everyone execute permissions to the Script -- but what permissions are needed on the .plist?
Once I've got it all correct, I'll be using this method to distribute it: https://jamfnation.jamfsoftware.com/discussion.html?id=15401
