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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Oct 24 12:29:17 2009 +0000 (2009-10-24)
parents 58cc6775e0f0
children aeec02b61fde
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/