X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=scripts%2Frc.conf;fp=scripts%2Frc.conf;h=8daedd2c7a3b577ab433c307d7729bad00bb09b5;hb=9ea1bff7b049ce152767460c68bb61f6aa500cef;hp=0000000000000000000000000000000000000000;hpb=f0735327127a921d3ee96f51b84f23208bc6f445;p=startuptools diff --git a/scripts/rc.conf b/scripts/rc.conf new file mode 100644 index 0000000..8daedd2 --- /dev/null +++ b/scripts/rc.conf @@ -0,0 +1,18 @@ +# This file sets system configuration variables. It should be posix shell +# compatible (e.g. no arrays), and should not run *any* programs. If defaults +# or more complex calculations are needed, these should be done in the startup +# scripts. + +# set your hostname here. defaults (via rc.sysinit) to uname -s, which is +# probably 'Linux' + +# HOSTNAME= + +# space separated list of scripts in /etc/rc.d to run in multi +# user startup. These will be start in the order given +# it doesn't have to be set + +DAEMONS='network' + +# list of network configurations to run on network start +NETWORKS='localhost'