...and my rc is becoming smarter (see changes in spark)
This commit is contained in:
17
etc/rc.conf
17
etc/rc.conf
@@ -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
|
||||
|
Reference in New Issue
Block a user