slitaz-boot-scripts view etc/init.d/README @ rev 446

network.sh: stop wpa_cli interactive mode with static_ip
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 27 12:18:19 2017 -0400 (2017-10-27)
parents 16c27ed1f2c9
children
line source
1 /etc/init.d/README for SliTaz init boot scripts.
2 ===============================================================================
5 SliTaz doesn't use runlevels; inittab starts /etc/init.d/rcS, which uses the
6 config file /etc/rcS.conf to run all scripts specified with $RUN_SCRIPTS, and
7 then starts all daemons specified with $RUN_DAEMONS. The idea is to centralize
8 the main system boot initialization in one configuration file. Init scripts can
9 use the rc.functions file (part of the base-files) to call for the status
10 function. Daemons can use /etc/daemons.conf to call for default options; in
11 this way users/admins don't need to edit the daemon init script located
12 in the /etc/init.d directory.
15 ===============================================================================
16 http://www.slitaz.org/