...and my rc is becoming smarter (see changes in spark)

This commit is contained in:
2014-04-22 08:58:49 +04:00
parent 1cb10b99c0
commit 4a013c42c4
2 changed files with 111 additions and 26 deletions

View File

@@ -1,17 +1,12 @@
# System-wide configuration
export PATH='/usr/local/bin:/usr/bin'
# Where to look for initscripts
cfg_initscripts_dir='/etc/rc.d'
export PATH='/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin'
# Hostname
cfg_hostname='changeme'
# Services to start at boot time
cfg_services+=( 'mount' 'udev' 'rc.local' ) # You probably do need these
cfg_services+=( '@syslog-ng' '@crond' '@network' '@sshd' '@dbus' '@alsa' ) # Services starting with '@' start in background.
# cfg_services+=( %agetty-tty{2..6} ) # Services starting with '%' are restarted if the die.
# Services
cfg_services+=( 'fsck' 'mount' 'udev' 'sysctl' 'rc.local' )
cfg_services+=( agetty-tty{2..6} ) # Comment this if your init starts something on the ttys itself
cfg_services+=( '@crond' '@network' '@dbus' '@alsa' ) # These start in parallel
# Modules to be loaded at boot time. Most people don't need this
#cfg_modules=( 'tun' )
cfg_modules=( ) # Add modules you want to be loaded at boot time here