Projects
Browse Source     Search     Timeline     Wiki

Changeset 23352

Show
Ignore:
Timestamp:
09/04/07 14:23:22 (15 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5451407> launchctl documention doesn't list -S argument to unload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchctl.1

    r23351 r23352  
    5454.El 
    5555.It Xo Ar unload Op Fl w 
     56.Op Fl S Ar sessiontype 
     57.Op Fl D Ar domain 
    5658.Ar paths ... 
    5759.Xc 
     
    6163.It Fl w 
    6264Add the disabled key and write the configuration files back out to disk. 
     65.It Fl S Ar sessiontype 
     66Some jobs only make sense in certain contexts. This flag instructs 
     67.Nm launchctl 
     68to look for jobs in a different location when using the -D flag, and allows 
     69.Nm launchctl 
     70to restrict which jobs are loaded into which session types. Currently known 
     71session types include: Aqua, LoginWindow, Background, StandardIO and System. 
     72.It Fl D Ar domain 
     73Look 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 
     76domain 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. 
     78With a session type passed, it would load from /System/Library/LaunchAgents. 
    6379.El 
    6480.It Xo Ar submit Fl l Ar label