aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-13 16:53:49 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-13 16:53:49 +0200
commit396422475f61a989d11acc81f17449d5057d7207 (patch)
tree07148d26c2405f6d45b55a11e3b466dc813a146b
parent5d6ebeaf1fb6d471f54745947266a9e952fb2647 (diff)
downloadrbsd-396422475f61a989d11acc81f17449d5057d7207.tar.gz
Add /etc/rc.conf
-rw-r--r--etc/rc.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
new file mode 100644
index 0000000..4372917
--- /dev/null
+++ b/etc/rc.conf
@@ -0,0 +1,30 @@
+
+# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
+#
+# See rc.conf(5) for more information.
+#
+# Use program=YES to enable program, NO to disable it. program_flags are
+# passed to the program on the command line.
+#
+
+# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
+# These can be overridden below.
+#
+if [ -r /etc/defaults/rc.conf ]; then
+ . /etc/defaults/rc.conf
+fi
+
+# If this is not set to YES, the system will drop into single-user mode.
+#
+rc_configured=YES
+
+# Add local overrides below.
+#
+dhcpcd=YES
+dhcpcd_flags="-qM xennet0"
+sshd=YES
+ntpd=YES
+ntpdate=YES
+cgd=NO
+raidframe=NO
+wscons=YES