slitaz-boot-scripts view etc/rcS.conf @ rev 422

Add ntpd daemon to defaults
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 07 18:32:28 2016 +0000 (2016-02-07)
parents 7acd64a8f538
children 903ebc4acdcd
line source
1 # /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux
2 # Sourced by : /etc/init.d/rcS
3 #
5 # Use udev to populate /dev and handle hotplug events
6 UDEV="yes"
8 # Clean up the system removing all tmp and pid files
9 CLEAN_UP_SYSTEM="yes"
11 # Filesystems to check integrity of at boot time. You should check the
12 # rootfs (where SliTaz is installed) and all partitions listed in fstab.
13 # Example: CHECK_FS="/dev/hda5 /dev/hdb1"
14 CHECK_FS=""
16 # Syslogd: Max size (KB) before rotation
17 SYSLOGD_ROTATED_SIZE="60"
19 # Kernel modules to load at boot time
20 LOAD_MODULES=""
22 # X Login manager: slim or lxdm, empty to disable X
23 LOGIN_MANAGER="slim"
25 # Initialization scripts to run at boot time. The local.sh script
26 # lets you quickly add some local startup commands.
27 RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh"
29 # Daemons to start at boot time. DBUS daemon is started before the
30 # login manager and from: /etc/init.d/system.sh
31 RUN_DAEMONS="firewall httpd ntpd"
33 # Pre login bold message.
34 MESSAGE="Welcome to your box"