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 may be used to start, stop, and restart the system services which
19 .Pa /Library/StartupItems/
21 .Pa /System/Library/StartupItems/
26 argument specifies which action
28 performs on the startup items. The optional
30 argument specifies which startup items to perform the action on. If no
32 is specified, all startup items will be acted on; otherwise, only the item providing the
34 any items it requires, or any items that depend on it will be acted on.
40 (see rc(8)) and is responsible for
41 starting all startup items in an order that satisfies each item's
44 .Bl -tag -width -indent
46 start all items, or start the item that provides the specified
48 and all items providing services it requires.
50 stop all items, or stop the item that provides the specified
52 and all items that depend on it.
54 restart all items, or restart the item providing the specified
58 .Bl -tag -width -indent
62 verbose (text mode) startup
68 print debugging output
70 print debugging output and dependencies
72 be quiet (disable debugging output)
74 don't actually perform action on items (no-run mode)
77 Unless an explicit call to
81 examines the exit status of the startup item scripts to determine the success or failure of the services provided by that script.
83 In Darwin it is preferable to create custom startup items than to modify
87 may entirely encompass the role of
90 .Bl -tag -width -/System/Library/StartupItems -compact
91 .It Pa /Library/StartupItems/
92 User-installed startup items.
93 .It Pa /System/Library/StartupItems/
94 System-provided startup items.
97 .\" List links in ascending order by section, alphabetically within a section.
98 .\" Please do not reference files that do not exist without filing a bug report
102 .\" .Sh BUGS \" Document known, unremedied bugs
106 utility appeared in Darwin 1.0
109 was extended in Darwin 6.0 to support partial startup and interprocess communication.