I have some launchd plists that are now placed at the administrator per-user level, particularly inside:
/Library/LaunchAgents/Library/LaunchDaemons
I'd like to avoid that some of those services could start only for one user (possibly avoiding to move all the plists to each ~/Library/LaunchAgents), which is the simplest way?
Edit: To restate, if I have an agent in /Library/LaunchAgent, is there a way to disable it for a particular user or group of users, without copying the plist into each ~/Library/LaunchAgent?
