]> pd.if.org Git - startuptools/blobdiff - scripts/rc.conf
added startup scripts
[startuptools] / scripts / rc.conf
diff --git a/scripts/rc.conf b/scripts/rc.conf
new file mode 100644 (file)
index 0000000..8daedd2
--- /dev/null
@@ -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'