~xnox/upstart/upstart-async-run-dead-code

« back to all changes in this revision

Viewing changes to init/man/init.8

  • Committer: Dimitri John Ledkov
  • Date: 2014-06-04 16:55:28 UTC
  • mfrom: (1618.2.5 upstart-bug-1315060)
  • Revision ID: dimitri.ledkov@canonical.com-20140604165528-n7y0gh3j0136zdie
mergeĀ lp:~jamesodhunt/upstart/bug-1315060

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
by placing them on the kernel command-line.
254
254
.\"
255
255
.TP
 
256
.B \-\-append-confdir \fIdirectory\fP
 
257
Add the specified directory to the default directory or directories
 
258
that job configuration files will be read from. This option may be
 
259
specified multiple times which will result in job configuration files
 
260
being loaded from each directory specified (which must exist).
 
261
Directories will be searched for jobs in the specified order after the
 
262
default directories have been searched.
 
263
 
 
264
Note that if this option is used in combination with
 
265
.BR \-\-confdir ","
 
266
or
 
267
.BR \-\-prepend\-confdir ","
 
268
regardless of the order of the options on the command-line, the append
 
269
directories will be added
 
270
.I after
 
271
the other directories.
 
272
.\"
 
273
.TP
256
274
.B \-\-confdir \fIdirectory\fP
257
275
Read job configuration files from a directory other than the default
258
 
(\fI/etc/init\fP for process ID 1).
259
 
 
260
 
When running as process ID 1, the last directory specified will be used.
261
 
 
262
 
In user session mode, multiple directories will be honoured and job
263
 
configuration files loaded from the directories in the order specified.
 
276
(\fI/etc/init\fP for process ID 1). This option may be specified
 
277
multiple times which will result in job configuration files being
 
278
loaded from each directory specified (which must exist). Directories
 
279
will be searched for jobs in the specified order.
 
280
 
 
281
In the case that multiple directories specify a job of the same name,
 
282
the first job encountered will be honoured.
 
283
 
 
284
See section
 
285
.B User Session Mode
 
286
in
 
287
.BR init (5)
 
288
for the ordered list of default configuration directories a
 
289
Session Init will consider.
 
290
 
264
291
.\"
265
292
.TP
266
293
.B \-\-default-console \fIvalue\fP
308
335
daemon from starting \fBany\fP jobs automatically.
309
336
.\"
310
337
.TP
 
338
.B \-\-prepend-confdir \fIdirectory\fP
 
339
Add the specified directory to the directory or directories
 
340
that job configuration files will be read from. This option may be
 
341
specified multiple times which will result in job configuration files
 
342
being loaded from each directory specified (which must exist).
 
343
Directories will be searched for jobs in the specified order before the
 
344
default directories have been searched.
 
345
 
 
346
Note that if this option is used in combination with
 
347
.BR \-\-confdir ","
 
348
or
 
349
.BR \-\-append\-confdir ","
 
350
regardless of the order of the options on the command-line, the prepend
 
351
directories will be added
 
352
.I before 
 
353
the other directories.
 
354
.\"
 
355
.TP
311
356
.B \-\-session
312
357
Connect to the D\-Bus session bus. This should only be used for testing.
313
358
.\"