]> pd.if.org Git - startuptools/blob - scripts/rc.conf
added startup scripts
[startuptools] / scripts / rc.conf
1 # This file sets system configuration variables.  It should be posix shell
2 # compatible (e.g. no arrays), and should not run *any* programs.  If defaults
3 # or more complex calculations are needed, these should be done in the startup
4 # scripts.
5
6 # set your hostname here.  defaults (via rc.sysinit) to uname -s, which is
7 # probably 'Linux'
8
9 # HOSTNAME=
10
11 # space separated list of scripts in /etc/rc.d to run in multi
12 # user startup.  These will be start in the order given
13 # it doesn't have to be set
14
15 DAEMONS='network'
16
17 # list of network configurations to run on network start
18 NETWORKS='localhost'