diff core/rc/rc.conf @ 566:ddb052f876cd

core/rc: move etc services to rc, closes #1666
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:58:54 +0200
parents core/etc/rc.conf@2f46816f1cd6
children 58211c615a8c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/rc/rc.conf	Fri Jul 05 20:58:54 2019 +0200
@@ -0,0 +1,16 @@
+#
+# /etc/rc.conf: system configuration
+#
+
+# System hostname.
+HOSTNAME="localhost"
+
+# System timezone.
+TIMEZONE="UTC"
+
+# Services to start at boot.
+SERVICES=""
+
+# Console font and keymap
+FONT=""
+KEYMAP=""