diff core/sysvinit/rc.conf @ 184:36f3ab3945d7

core/sysvinit: add basic init scripts
author David Demelier <markand@malikania.fr>
date Sat, 16 Mar 2019 21:54:36 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/sysvinit/rc.conf	Sat Mar 16 21:54:36 2019 +0100
@@ -0,0 +1,12 @@
+#
+# /etc/rc.conf: system configuration
+#
+
+# System hostname.
+HOSTNAME="localhost"
+
+# System timezone.
+TIMEZONE="UTC"
+
+# Services to start at boot.
+SERVICES=""