This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



launchd(8)                               BSD System Manager's Manual                              launchd(8)

NAME
     launchd -- System wide and per-user daemon/agent manager

SYNOPSIS
     launchd [-d] [-D] [-s] [-S SessionType] [-- command [args ...]]

DESCRIPTION
     launchd manages processes, both for the system as a whole and for individual users.  The primary and
     preferred interface to launchd is via the launchctl(1) tool which (among other options) allows the user
     or administrator to load and unload jobs.  Where possible, it is preferable for jobs to launch on
     demand based on criteria specified in their respective configuration files.

     During boot launchd is invoked by the kernel to run as the first process on the system and to further
     bootstrap the rest of the system.

     You cannot invoke launchd directly.

ENVIRONMENTAL VARIABLES
     LAUNCHD_SOCKET
              This variable is exported when invoking a command via the launchd command line. It informs
              launchctl how to find the correct launchd to talk to.

NOTES
     In Darwin, the canonical way to launch a daemon is through launchd as opposed to more traditional mech-anisms mechanisms
     anisms or mechanisms provided in earlier versions of Mac OS X. These alternate methods should be con-sidered considered
     sidered deprecated and not suitable for new projects.

     In the launchd lexicon, a "daemon" is, by definition, a system-wide service of which there is one
     instance for all clients. An "agent" is a service that runs on a per-user basis. Daemons should not
     attempt to display UI or interact directly with a user's login session. Any and all work that involves
     interacting with a user should be done through agents.

     If you wish your service to run as a certain user, in that user's environment, making it a launchd
     agent is the ONLY supported means of accomplishing this on Mac OS X. In other words, it is not suffi-cient sufficient
     cient to perform a setuid(2) to become a user in the truest sense on Mac OS X.

FILES
     ~/Library/LaunchAgents         Per-user agents provided by the user.
     /Library/LaunchAgents          Per-user agents provided by the administrator.
     /Library/LaunchDaemons         System-wide daemons provided by the administrator.
     /System/Library/LaunchAgents   Per-user agents provided by Mac OS X.
     /System/Library/LaunchDaemons  System-wide daemons provided by Mac OS X.

SEE ALSO
     launchctl(1), launchd.plist(5),

Darwin                                           1 May, 2009                                          Darwin

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...