| | 65 | .It Fl S Ar sessiontype |
| | 66 | Some jobs only make sense in certain contexts. This flag instructs |
| | 67 | .Nm launchctl |
| | 68 | to look for jobs in a different location when using the -D flag, and allows |
| | 69 | .Nm launchctl |
| | 70 | to restrict which jobs are loaded into which session types. Currently known |
| | 71 | session types include: Aqua, LoginWindow, Background, StandardIO and System. |
| | 72 | .It Fl D Ar domain |
| | 73 | Look for |
| | 74 | .Xr plist 5 files ending in *.plist in the domain given. Valid domains include |
| | 75 | "system," "local," "network" and "all." When providing a session type, an additional |
| | 76 | domain is available for use called "user." For example, without a session type given, |
| | 77 | "-D system" would load from property list files from /System/Library/LaunchDaemons. |
| | 78 | With a session type passed, it would load from /System/Library/LaunchAgents. |