summaryrefslogtreecommitdiff
path: root/s6/s6.conf
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-01 22:01:26 +0000
committerdavidovski <david@davidovski.xyz>2022-03-01 22:01:26 +0000
commitefee4ebf43e376a7cd8b8abcef0c70aa90427bb4 (patch)
tree13956b6dbca8622b71edbdd3a1c2a949c5d1aac8 /s6/s6.conf
initial commit
Diffstat (limited to 's6/s6.conf')
-rw-r--r--s6/s6.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/s6/s6.conf b/s6/s6.conf
new file mode 100644
index 0000000..6f8ed19
--- /dev/null
+++ b/s6/s6.conf
@@ -0,0 +1,37 @@
+# /etc/s6/s6.conf - system configuration
+
+# Set HARDWARECLOCK to UTC if your Hardware Clock is set to UTC (also known as
+# Greenwich Mean Time). If that clock is set to the local time, then
+# set HARDWARECLOCK to localtime. Note that if you dual boot with Windows, then
+# you should set it to localtime.
+
+HARDWARECLOCK=localtime
+
+# cgroups mode
+# legacy mounts cgroups version 1 on /sys/fs/cgroup
+# unified mounts cgroups version 2 on /sys/fs/cgroup
+# hybrid mounts cgroups version 2 on /sys/fs/cgroup/unified and
+# cgroups version 1 on /sys/fs/cgroup
+
+CGROUP_MODE=hybrid
+
+# This is a list of controllers which should be enabled for cgroups version 2.
+# If hybrid mode is being used, controllers listed here will not be
+# available for cgroups version 1. none means no controllers will be used
+# For none, put ""
+
+CGROUP_CONTROLLERS=""
+
+# This switch controls whether or not cgroups version 1 controllers are
+# individually mounted under
+# /sys/fs/cgroup in hybrid or legacy mode
+
+HAVE_CONTROLLER1_GROUPS=true
+
+# Which gettys to enable by default. Only tty2 - tty6 are valid (tty1 is provided
+# by s6-linux-init). Note that every value must be separated by a space.
+#GETTYS="tty2 tty3 tty4 tty5 tty6"
+# **Option is broken**
+
+# Force the root filesystem to be checked at (every) boot
+FORCECHECK=no