spark-rc/etc/rc.conf

18 lines
583 B
Plaintext

# System-wide configuration
export PATH='/usr/local/bin:/usr/bin'
# Where to look for initscripts
cfg_initscripts_dir='/etc/rc.d'
# Hostname
cfg_hostname='cetaganda'
# 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} ) # Do not modify this unless you know what you are doing!
# Modules to be loaded at boot time. Most people don't need this
#cfg_modules=( 'tun' )