6 .\" The following lines are read in generating the apropos(man -k) database. Use only key
7 .\" words here as the database is built based on the words here and in the .ND line.
8 .\" Use .Nm macro to designate other names for the documented program.
9 .Nd Start, stop, and restart system services
13 .Op Ar action Op Ar service
17 utility is deprecated. System services should instead be described by a
24 utility is available on Mac OS X 10.4 and later.
26 In earlier versions of Mac OS X, the
28 utility is used to start, stop, and restart the system services which
30 .Pa /Library/StartupItems/
32 .Pa /System/Library/StartupItems/
37 argument specifies which action
39 performs on the startup items. The optional
41 argument specifies which startup items to perform the action on. If no
43 is specified, all startup items will be acted on; otherwise, only the item providing the
45 any items it requires, or any items that depend on it will be acted on.
51 and is responsible for
52 starting all startup items in an order that satisfies each item's
55 .Bl -tag -width -indent
57 start all items, or start the item that provides the specified
59 and all items providing services it requires.
61 stop all items, or stop the item that provides the specified
63 and all items that depend on it.
65 restart all items, or restart the item providing the specified
69 .Bl -tag -width -indent
73 verbose (text mode) startup
79 print debugging output
81 print debugging output and dependencies
83 be quiet (disable debugging output)
85 don't actually perform action on items (no-run mode)
88 Unless an explicit call to
92 examines the exit status of the startup item scripts to determine the success or failure of the services provided by that script.
95 .Bl -tag -width -/System/Library/StartupItems -compact
96 .It Pa /Library/StartupItems/
97 User-installed startup items.
98 .It Pa /System/Library/StartupItems/
99 System-provided startup items.
102 .\" List links in ascending order by section, alphabetically within a section.
103 .\" Please do not reference files that do not exist without filing a bug report
104 .Xr ConsoleMessage 8 ,
106 .Xr launchd.plist 5 ,
108 .\" .Sh BUGS \" Document known, unremedied bugs
112 utility appeared in Darwin 1.0 and
113 was extended in Darwin 6.0 to support partial startup and interprocess communication.