Usage: init [OPTION]...
Process management daemon.
Options:
-q, --quiet reduce output to errors only
-v, --verbose increase output to include informational messages
--help display this help and exit
--version output version information and exit
This daemon is normally executed by the kernel and given process id 1 to denote
its special status. When executed by a user process, it will actually run
/sbin/telinit.
Report bugs at
Usage: init [OPTION]...
Process management daemon.
Options:
-q, --quiet reduce output to errors only
-v, --verbose increase output to include informational messages
--help display this help and exit
--version output version information and exit
This daemon is normally executed by the kernel and given process id 1 to denote
its special status. When executed by a user process, it will actually run
/sbin/telinit.
Report bugs at
init(8) init(8)
名前
init - Upstart プロセスの管理デーモンです
概要
init [OPTION]...
説明
init はシステム上の全てのプロセスの親になります。カーネルによって 実行
されて全ての他のプロセスを開始する役目を持ちます。init は本来の親が亡く
なった全てのプロセスの親となり、亡くなったプロセスを 刈り取る役目も持ち
ます。
init によって管理されるプロセスはジョブと呼称されて、/etc/init ディレク
ト リ 内 の フ ァイルのよって定義されます。Upstart の設定に関する詳細は
init(5) でご覧下さい。
イベント
init(8) はイベントベースの init デーモンです。ジョブの開始と停止の 結
果 としての変化と、システムの状態へ起こる変化によってジョブが自動的に開
始及び停止される ことを意味します。
これは、指定されたセットのゴールジョブを開始させてそれらが開始される べ
き 順序とそれらの依存関係の反復で必要となる他のジョブを解決する、依存関
係ベースの init デーモンとは異なります。
ジョブの開始と停止の他にも、ジョブを自動的に開始と停止するイベントの 発
信に 関する詳細情報は initctl(8) ツールのマニュアルページをご覧下さい。
主要なイベントは startup(7) イベントです。デーモンがその設定のロード を
完 了 し た 時 に 発 信 さ れます。他の役に立つイベントは starting(7)
、started(7)、 stopping(7)、stopped(7) などのイベントでありジョブが状態
を変える時に 発信されます。
System V 互換性
Upstart init(8) デーモンはそれ自身では、ランレベルの記録を維持しません
。その代わりに、全面的にそのユーザースペースツールで実装されます。ラ ン
レ ベルの 変更を知らせる為に発信するイベントは runlevel(7) です。詳細情
報は その man ページでご覧下さい。
オプション
オプションは、それらをカーネルコマンドラインに配置 す る こ と に よ り
init(8) に渡されます。
--verbose
ジョブ状態の変化について、及びシステムコンソールかログへのイベン
ト発信に ついて詳細な情報を出力します。ブートのデバグに役立ち ま
す。
注記
init は通常、ユーザープロセスが実行して、プロセス id の 1 を 取るように
予測されています。そのようにならない場合、ユーザープロセ ス は 実 際 に
telinit(8) を実行して全ての引数をそこに渡します。詳細情報は その man ペ
ージでご覧下さい。
ファイル
/etc/init.conf
/etc/init/*.conf
著者
著者:Scott James Remnant
init(8) init(8)
NAME
init - Upstart process management daemon
SYNOPSIS
init [OPTION]...
DESCRIPTION
init is the parent of all processes on the system, it is executed by
the kernel and is responsible for starting all other processes; it is
the parent of all processes whose natural parents have died and it is
responsible for reaping those when they die.
Processes managed by init are known as jobs and are defined by files in
the /etc/init directory. See init(5) for more details on configuring
Upstart.
Events
init(8) is an event-based init daemon. This means that jobs will be
automatically started and stopped by changes that occur to the system
state, including as a result of jobs starting and stopping.
This is different to dependency-based init daemons which start a speci-
fied set of goal jobs, and resolve the order in which they should be
started and other jobs required by iterating their dependencies.
For more information on starting and stopping jobs, as well as emitting
events that will automatically start and stop jobs, see the manual page
for the initctl(8) tool.
The primary event is the startup(7) event, emitted when the daemon has
finished loading its configuration. Other useful events are the start-
ing(7), started(7), stopping(7) and stopped(7) events emitted as jobs
change state.
System V compatibility
The Upstart init(8) daemon does not keep track of runlevels itself,
instead they are implemented entirely by its userspace tools. The
event emitted to signify a change of runlevel is the runlevel(7) event.
For more information see its manual page.
OPTIONS
Options are passed to init(8) by placing them on the kernel command-
line.
--verbose
Outputs verbose messages about job state changes and event emis-
sions to the system console or log, useful for debugging boot.
NOTES
init is not normally executed by a user process, and expects to have a
process id of 1. If this is not the case, it will actually execute
telinit(8) and pass all arguments to that. See that manual page for
further details.
FILES
/etc/init.conf
/etc/init/*.conf
AUTHOR
Written by Scott James Remnant
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa