Lines Matching full:init
6 .TH INIT.D 5 "May 13, 2017"
8 init.d \- initialization and termination scripts for changing init states
12 \fB/etc/init.d\fR
17 \fB/etc/init.d\fR is a directory containing initialization and termination
18 scripts for changing init states. These scripts are linked when appropriate to
20 corresponding to the init state. See \fBinit\fR(8) for definitions of the
25 for service initiation and termination. The \fBinit.d\fR and \fBrc?.d\fR
31 File names in \fBrc?.d\fR directories are of the form \fB[SK]nn\fI<init.d
37 When entering a state (init S,0,2,3,etc.) the \fBrc[S0-6]\fR script executes
53 Do not put \fB/etc/init.d\fR in your \fB$PATH\fR. Having this directory in your
54 \fB$PATH\fR can cause unexpected behavior. The programs in \fB/etc/init.d\fR
55 are associated with \fBinit\fR state changes and, under normal circumstances,
62 When changing to init state 2 (multi-user mode, network resources not
72 order when the system enters init state 2. See example below.
82 Assume the file \fB/etc/init.d/netdaemon\fR is a script that will initiate
86 is executed by \fB/etc/rc2.d/S68netdaemon start\fR when init state 2 is entered
99 for applications historically started via the init script mechanism. The
101 delivery mechanism for persistently running applications. Existing \fBinit.d\fR