Which is the simplest way to exclude an user from a launchd agent?
- by compriots
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?
Thanks in advance.